]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed detection of internal '$' characters in :bind$params (Applied patch in [ticket...
authorJason Kirtland <jek@discorporate.us>
Thu, 9 Aug 2007 22:31:44 +0000 (22:31 +0000)
committerJason Kirtland <jek@discorporate.us>
Thu, 9 Aug 2007 22:31:44 +0000 (22:31 +0000)
commit4f8a560d6f02c60ac85e73ad90d2ffb4a183d9f0
treec2274a701288602f35a7aa45c83f61d4d0fe89a8
parent9ff298585a056bbcf2116523eb58f39e3de8a1c8
Fixed detection of internal '$' characters in :bind$params (Applied patch in [ticket:719], thanks!)
CHANGES
lib/sqlalchemy/ansisql.py
test/sql/query.py