]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Removed the visit_function stuff in mssql dialect. Added some tests for the function...
authorMichael Trier <mtrier@gmail.com>
Sat, 11 Oct 2008 16:14:20 +0000 (16:14 +0000)
committerMichael Trier <mtrier@gmail.com>
Sat, 11 Oct 2008 16:14:20 +0000 (16:14 +0000)
commit41e1f5526cf24131f6365de2c48f39748504daf2
treefc87f0132b7fee1cca7870929286070dcb8e7bd2
parentb3c39decc1b992bcb7c1bb7cad452dcea5991f20
Removed the visit_function stuff in mssql dialect. Added some tests for the function overrides. Fixed up the test_select in the sql/defaults.py tests which was a mess.
lib/sqlalchemy/databases/mssql.py
test/dialect/mssql.py
test/sql/defaults.py