diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-07-09 16:15:14 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-07-09 16:15:14 +0000 |
commit | e7e60c05c0dc5f6ee7f51a829c2e0635a26d95af (patch) | |
tree | 7c5824a7beb25ea2e76aa342caee6b06f55d9d78 /lib/sqlalchemy/ext/declarative.py | |
parent | 36e7efa4eb51db50f1aaa8a98ab89c3af59400ae (diff) | |
download | sqlalchemy-e7e60c05c0dc5f6ee7f51a829c2e0635a26d95af.tar.gz |
- SQLite Date, DateTime, and Time types only accept Python
datetime objects now, not strings. If you'd like to format
dates as strings yourself with SQLite, use a String type.
If you'd like them to return datetime objects anyway despite
their accepting strings as input, make a TypeDecorator around
String - SQLA doesn't encourage this pattern.
Diffstat (limited to 'lib/sqlalchemy/ext/declarative.py')
0 files changed, 0 insertions, 0 deletions