]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- sqlite SLDate type will not erroneously render "microseconds" portion
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Dec 2007 01:45:36 +0000 (01:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Dec 2007 01:45:36 +0000 (01:45 +0000)
commit267523e4da6a6575fae507eabd003e975fc7094f
treecb3f6291b39fa61670889321092b4e3d892436da
parenta9c7e6f774f25d0e888d1b1dad5c4d0b2e6a2c93
- sqlite SLDate type will not erroneously render "microseconds" portion
of a datetime or time object when sent to the DB.
CHANGES
lib/sqlalchemy/databases/sqlite.py
test/sql/testtypes.py