Skip to content

Commit 268f73f

Browse files
author
Ronan Dunklau
committed
Prepare 1.3.3
1 parent 6338f0b commit 268f73f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.3.3:
2+
- Add compatibility with PostgreSQL 9.6
3+
- Fix bug with typecasting of params
14
1.3.2:
25
- Fixes invalid sizes in makeConst calls. (thanks to Dickson S. Guedes for
36
the report, github user rastkok for the fix)

multicorn.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
2-
default_version = '1.3.2'
2+
default_version = '1.3.3'
33
module_pathname = '$libdir/multicorn'
44
relocatable = true

python/multicorn/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ def __hash__(self):
140140
return hash((self.field_name, self.operator, self.value))
141141

142142

143+
144+
145+
146+
143147
class ForeignDataWrapper(object):
144148
"""Base class for all foreign data wrapper instances.
145149

0 commit comments

Comments
 (0)