File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 * **DEPRECATION**: Removed pg_python and pg_dotconf 'scripts'.
99 They are still accessible by python3 -m postgresql.bin.pg_*
1010 * Added db.do() method for DO-statement support(convenience method).
11- * Fix handling of unix domain sockets by pg.open and driver.connect.
12- [Reported by twitter.com/rintavarustus]
1311 * Set the default client_min_messages level to WARNING.
1412 NOTICEs are often not desired by programmers, and py-postgresql's
1513 high verbosity further irritates that case.
@@ -34,6 +32,8 @@ Changes
3432 * Implement reference symbols. Allow libraries to define symbols that
3533 are used to create queries that inherit the original symbol's type and
3634 execution method. ``db.prepare(db.prepare(...).first())``
35+ * Fix handling of unix domain sockets by pg.open and driver.connect.
36+ [Reported by twitter.com/rintavarustus]
3737 * Fix typo/dropped parts of a raise LoadError in .lib.
3838 [Reported by Vlad Pranskevichus]
3939 * Fix db.tracer and pg_python's --pq-trace=
You can’t perform that action at this time.
0 commit comments