]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add support for bindparam() called from AsFromText
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Nov 2013 00:06:33 +0000 (19:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Nov 2013 00:06:33 +0000 (19:06 -0500)
commit207fafe7e35b945a41e139b5507a8d73c7b019db
tree36a859de332c9d4a94b8333dd18ef29aeb610c06
parent58fab1be984a42400e67bdf7f15acd5a6d7c4b3c
- add support for bindparam() called from AsFromText
- get PG dialect to work around "no nonexistent binds" rule for now,
though we might want to reconsider this behavior
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/selectable.py
test/sql/test_text.py