Skip to content

Commit 97f06b9

Browse files
committed
Prepare version 1.6.4
1 parent eda6c26 commit 97f06b9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
12+
13+
114
# 1.6.3
215

316
changes since 1.6.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(fname):
2222
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2323

2424

25-
__version__ = '1.6.3'
25+
__version__ = '1.6.4'
2626

2727
setup(
2828
name='pymonetdb',

0 commit comments

Comments
 (0)