]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added explicit "convert date types to a string in bind params", since pysqlite1 doesn...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Mar 2006 07:38:28 +0000 (07:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Mar 2006 07:38:28 +0000 (07:38 +0000)
commitcd39a0a78049f0e1978bc7990d7c677dbb891ac4
treef623d3f2867c3e08f68acec95f207257b8cde392
parent26ec8e13fa80f23e5ad8ee3a84065bc5f50d057f
added explicit "convert date types to a string in bind params", since pysqlite1 doesnet seem to do it, operation is synymous with what pysqlite2 does
lib/sqlalchemy/databases/sqlite.py