pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:14:
of a program. o Sql.pgsql - Added support for PostgreSQL 10's stronger password authentication (SCRAM-SHA-256). - Slightly reduced overhead. - Support IEEE binary float database-wireformat. - Prevent new queries from starting in the local_backend.
+
o Sql.Sql
+
+
Make big_typed_query() gracefully fallback to big_query().
+
o SSL.File Support query_fd() and set_buffer_mode() methods. o Thread.ResourceCount New module to allow threadsafe race-condition-free counting of resources. o Toole.Standalone.check_http
pike.git/CHANGES:117:
- Suppress rare "access in destructed object" messages. - Rip out fundamentally flawed reconnect logic, made failures consistent. - Repair SSL connect logic. - Update documentation. - Repair fetch_row_array().
+
- Reinstate simple reconnect logic.
+
+
- Ensure that all database errors result in exceptions (eventually).
+
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.