We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68ce72 commit f67d721Copy full SHA for f67d721
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.0.66
4
+ * Fix sorting for full_table sync by xmin to use integer sorting rather than string sorting [#73](https://github.com/singer-io/tap-postgres/pull/73)
5
+
6
## 0.0.65
7
* Add support for `int8[]` (`bigint[]`) array types to log-based replication [#69](https://github.com/singer-io/tap-postgres/pull/69)
8
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='tap-postgres',
- version='0.0.65',
+ version='0.0.66',
description='Singer.io tap for extracting data from PostgreSQL',
author='Stitch',
9
url='https://singer.io',
0 commit comments