]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- some consolidation of tests in select.py, moved
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Feb 2008 01:16:18 +0000 (01:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Feb 2008 01:16:18 +0000 (01:16 +0000)
commita0ffeb546468e14fa9d99b30571f7b8f9b32f421
tree607a0ba4ae7ca8ff38eed0b57cd2e2a3e21c18fe
parent7bf0fca85856a3662f713e3cc9e451b3c0ac344b
- some consolidation of tests in select.py, moved
other tests to more specific modules
- added "now()" as a generic function; on SQLite and
Oracle compiles as "CURRENT_TIMESTAMP"; "now()"
on all others [ticket:943]
CHANGES
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/sql/functions.py
test/dialect/mssql.py
test/sql/functions.py
test/sql/select.py