]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- datetime fixes: got subsecond TIMESTAMP to work [ticket:604],
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Jun 2007 00:13:31 +0000 (00:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Jun 2007 00:13:31 +0000 (00:13 +0000)
commit23525a3ea876f6ab16566c2dd0bbaa7ec1037052
tree07b418d831b3dfcc4d2c88e8cb720737c5bfcf15
parent93215f429db15d8cf94dfc9f889efb828c6707f2
- datetime fixes: got subsecond TIMESTAMP to work [ticket:604],
added OracleDate which supports types.Date with only year/month/day
CHANGES
lib/sqlalchemy/databases/oracle.py
test/sql/testtypes.py