You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# 1.6.4
2
+
3
+
changes since 1.6.3
4
+
5
+
* Correctly handle result of PREPARE statement, leave id of the prepared statement in Cursor.rowid for use in subsequent EXEC statement.
6
+
7
+
* Fix COPY ON CLIENT bug with filenames that contain spaces.
8
+
9
+
* Fix bug where not all server side result sets were closed if multiple statements were passed to one Cursor.execute() call, leading to a resource leak until the connection was closed.
10
+
11
+
* Rename Cursor.nextset(), the Python DB API reserves that name for something else.
0 commit comments