Skip to content

Commit 6e7f398

Browse files
author
James William Pye
committed
Note hstore support.
1 parent 945ccb0 commit 6e7f398

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

postgresql/documentation/changes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Changes
2828
element lists.
2929
* Implement a NotificationManager for managing the NOTIFYs received
3030
by a connection. The class can manage NOTIFYs from multiple
31-
connections, whereas the db.wait() method is modified for single targets.
31+
connections, whereas the db.wait() method is tailored for single targets.
3232
* Implement an ALock class for managing advisory locks using the
3333
threading.Lock APIs. [Feedback from Valentine Gogichashvili]
3434
* Implement reference symbols. Allow libraries to define symbols that
@@ -40,3 +40,4 @@ Changes
4040
* Fix count return from .first() method. Failed to provide an empty
4141
tuple for the rformats of the bind statement.
4242
[Reported by dou dou]
43+
* Add support for binary hstore.

0 commit comments

Comments
 (0)