]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression caused by release 0.8.5 / 0.9.3's compatibility
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Mar 2014 16:26:42 +0000 (12:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Mar 2014 16:27:03 +0000 (12:27 -0400)
commitf6614aed6604d28387fc118ae70b20a2b058f571
treed1c26d8f6035b15c7ccc0836cf1074a8732715f7
parentd8aa3d91d7ead47dc4b38ab34a40ea81d59dbe9b
- Fixed regression caused by release 0.8.5 / 0.9.3's compatibility
enhancements where index reflection on Postgresql versions specific
to only the 8.1, 8.2 series again
broke, surrounding the ever problematic int2vector type.  While
int2vector supports array operations as of 8.1, apparently it only
supports CAST to a varchar as of 8.3.
fix #3000
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py