]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- oracle will now reflect "DATE" as an OracleDateTime column, not
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2007 02:44:15 +0000 (02:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Nov 2007 02:44:15 +0000 (02:44 +0000)
commit43d476ce60339f3369847191988b96b3f3665f44
tree61d11c2f05dcfbef9c8d50c3140d867e2baee3c4
parent89da0162725d0d68a9f6ef5a650d8fa4cf128339
- oracle will now reflect "DATE" as an OracleDateTime column, not
OracleDate

- added awareness of schema name in oracle table_names() function,
fixes metadata.reflect(schema='someschema') [ticket:847]
CHANGES
lib/sqlalchemy/databases/oracle.py
test/engine/reflection.py