]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added label truncation for bind param names which was lost in the previous related...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Mar 2007 01:39:58 +0000 (01:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Mar 2007 01:39:58 +0000 (01:39 +0000)
commitccbcbda43e74a1d09d50aa2f8212b3cb9adafd23
tree5ecf17fa8dd62f9b9d1495e25273b770d3ad07fb
parentd7c0daf1ec7918a8d5635696a067f035bda61fd6
added label truncation for bind param names which was lost in the previous related commit.
added more tests plus test for column targeting with text() clause.
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/sql.py
test/sql/labels.py
test/sql/query.py