]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added server version detection to the newly added dialect startup
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Feb 2014 19:39:41 +0000 (14:39 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Feb 2014 19:39:41 +0000 (14:39 -0500)
commit28229a35e0231e770679ce48436f7e31723ac159
treedc4ab4ab6574c1099e64a57b29560aac038beaec
parent5330c02b729782c2774bc4b956ccd2b4ca134eb4
- Added server version detection to the newly added dialect startup
query for  "show standard_conforming_strings"; as this variable was
added as of PG 8.2, we skip the query for PG versions older than
that as well as for backends like Redshift. #2946
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/postgresql/base.py