]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added support for string date passthru in sqlite (merge of r3322 from trunk)
authorJason Kirtland <jek@discorporate.us>
Mon, 10 Sep 2007 22:32:11 +0000 (22:32 +0000)
committerJason Kirtland <jek@discorporate.us>
Mon, 10 Sep 2007 22:32:11 +0000 (22:32 +0000)
commit3917a84f005a23e5bea618c520ad6fd0617139da
treea88e31dc05a86350c6bf5f4eefa2042497dc15e5
parent2c48e9949d5f8ecc2e178e3c278f7a27ab7af997
added support for string date passthru in sqlite (merge of r3322 from trunk)
CHANGES
lib/sqlalchemy/databases/sqlite.py
test/sql/testtypes.py