pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:28:
(SCRAM-SHA-256). - Slightly reduced overhead. - Support IEEE binary float database-wireformat. - Support NUMERIC database-wireformat. - Prevent new queries from starting in the local_backend.
+
- Make sure huge queries are not fully loaded into memory.
+
o Sql.Sql Make big_typed_query() gracefully fallback to big_query(). o SSL.File Support query_fd() and set_buffer_mode() methods. o Stdio.Terminfo
pike.git/CHANGES:165:
- Simplified fundamentally flawed reconnect logic, made failures consistent. - Repair SSL connect logic. - Update documentation. - Repair fetch_row_array(). - Ensure that all database errors result in exceptions (eventually).
+
- affected_rows() and status_command_complete() now wait until they
+
have a meaningful result to report.
+
+
- Closing the database will wait until all running queries have been
+
committed.
+
o mktime/System.TM - Make timezone management consistent (especially UTC handling). - Fix memory leak in strftime(). o Standards.IIM Disabled debug output for unknown segment markers.