Skip to content

Commit

Permalink
Prepare 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan Dunklau committed Sep 27, 2016
1 parent 6338f0b commit 268f73f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.3.3:
- Add compatibility with PostgreSQL 9.6
- Fix bug with typecasting of params
1.3.2:
- Fixes invalid sizes in makeConst calls. (thanks to Dickson S. Guedes for
the report, github user rastkok for the fix)
Expand Down
2 changes: 1 addition & 1 deletion multicorn.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
default_version = '1.3.2'
default_version = '1.3.3'
module_pathname = '$libdir/multicorn'
relocatable = true
4 changes: 4 additions & 0 deletions python/multicorn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ def __hash__(self):
return hash((self.field_name, self.operator, self.value))






class ForeignDataWrapper(object):
"""Base class for all foreign data wrapper instances.
Expand Down

0 comments on commit 268f73f

Please sign in to comment.