]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- An adjustment to the new Postgresql feature of reflecting storage
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Jul 2015 16:24:18 +0000 (12:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Jul 2015 16:24:18 +0000 (12:24 -0400)
commit9e092e339463e6c6e02cf85266ca49ab1c32832f
tree28ab48e3d5de7c9c76445c8c7a2aad5e83a591b2
parent552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234
- An adjustment to the new Postgresql feature of reflecting storage
options and USING of :ticket:`3455` released in 1.0.6,
to disable the feature for Postgresql versions < 8.2 where the
``reloptions`` column is not provided; this allows Amazon Redshift
to again work as it is based on an 8.0.x version of Postgresql.
Fix courtesy Pete Hollobon.
references #3455
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py