From 6b8de9d5e0ae99544d3a5dbcd7ed17808beb30ba Mon Sep 17 00:00:00 2001 From: "Stephen R. van den Berg" <srb@cuci.nl> Date: Wed, 31 Jan 2018 16:20:38 +0100 Subject: [PATCH] Updated CHANGES. --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 50de4ebf62..5c647a70e5 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,10 @@ o Sql.pgsql - 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. @@ -124,6 +128,10 @@ o Sql.pgsql - 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). -- GitLab