Skip to content

Commit 945ccb0

Browse files
author
James William Pye
committed
Need the "oid" now.
1 parent 4a092da commit 945ccb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/test/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def encode(x):
1717
@staticmethod
1818
def decode(x):
1919
return x.decode('utf-8')
20-
hstore_pack, hstore_unpack = hstore_factory(fake_typio)
20+
hstore_pack, hstore_unpack = hstore_factory(0, fake_typio)
2121

2222
# this must pack to that, and
2323
# that must unpack to this

0 commit comments

Comments
 (0)