Skip to content
Snippets Groups Projects
Commit 6b8de9d5 authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

Updated CHANGES.

parent e9fcea49
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,10 @@ o Sql.pgsql ...@@ -21,6 +21,10 @@ o Sql.pgsql
- Support IEEE binary float database-wireformat. - Support IEEE binary float database-wireformat.
- Prevent new queries from starting in the local_backend. - Prevent new queries from starting in the local_backend.
o Sql.Sql
Make big_typed_query() gracefully fallback to big_query().
o SSL.File o SSL.File
Support query_fd() and set_buffer_mode() methods. Support query_fd() and set_buffer_mode() methods.
...@@ -124,6 +128,10 @@ o Sql.pgsql ...@@ -124,6 +128,10 @@ o Sql.pgsql
- Repair fetch_row_array(). - Repair fetch_row_array().
- Reinstate simple reconnect logic.
- Ensure that all database errors result in exceptions (eventually).
o mktime/System.TM o mktime/System.TM
- Make timezone management consistent (especially UTC handling). - Make timezone management consistent (especially UTC handling).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment