]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Improved error messages when a non-string
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Jan 2012 17:11:13 +0000 (12:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Jan 2012 17:11:13 +0000 (12:11 -0500)
commit959d7cbe33ee2e39e2a43b6e7a9c1a750664d569
treea0d8465cb0bbda66197114445e476b631fa00afc
parent8c05a3bf6599f92bbf8d2246123597e8966f3a52
- [bug] Improved error messages when a non-string
or invalid string is passed to any of the
date/time processors used by SQLite, including
C and Python versions.  [ticket:2382]
- changed the import model of processors.py so that we can
get at the pure python versions and C versions simultaneously
in tests.
CHANGES
lib/sqlalchemy/cextension/processors.c
lib/sqlalchemy/processors.py
test/engine/test_processors.py [new file with mode: 0644]