]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845]
authorJason Kirtland <jek@discorporate.us>
Tue, 5 Feb 2008 17:26:35 +0000 (17:26 +0000)
committerJason Kirtland <jek@discorporate.us>
Tue, 5 Feb 2008 17:26:35 +0000 (17:26 +0000)
commit96549e6b8fd353a82a77938a754bd168a924385b
tree829b401c09a47ee52b22a094d171cfdb406aae5c
parentdc98505f2f182b099dddcba45c518584e131a039
- Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845]
  The dialect needs a hook run on first pool connect to detect this most of
  the time, and a refactor with Dialect-per-Connection to get it right all of
  the time. (It's a connection-session scoped setting with dialect-modifying
  behavior)
CHANGES
lib/sqlalchemy/databases/mysql.py