]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
move execute parameter processing from sql.ClauseElement to engine.execute_compiled
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Dec 2005 01:37:10 +0000 (01:37 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Dec 2005 01:37:10 +0000 (01:37 +0000)
commitdbd407d62ac3cbf6e54de7499f1a95b54e3e4204
treeaba3a06c75f1c7e477e2429cfe6d97401242da35
parentd22f5edcae0f29c6542e800660bc4fef9b3f12cb
move execute parameter processing from sql.ClauseElement to engine.execute_compiled
testbase gets "assert_sql_count" method, moves execution wrapping to pre_exec to accomodate engine change
move _get_colparams from Insert/Update to ansisql since it applies to compilation
ansisql also insures that select list for columns is unique, helps the mapper with the "distinct" keyword
docstrings/cleanup
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/engine.py
lib/sqlalchemy/sql.py
test/testbase.py