On 4/27/06, Michael Bayer <[EMAIL PROTECTED]> wrote:
> there *is no date or time type* in SQLite:   http://www.sqlite.org/
> datatype3.html .  so there is no expected format.
>
> if you use the Date/Time/DateTime type in SQLAlchemy, it will do
> reaonsable conversions between dates and strings, using a hardcoded
> format.   it *will not* work with some other arbitrary format you may
> have stuck in your sqlite database.

Yeah, that makes sense, I guess. I just expected SA to be able to read
out what it itself had put into the database.

> if youd like to add some notes to SQLite, there is a page on the wiki:
>
> http://www.sqlalchemy.org/trac/wiki/DatabaseNotes

I'll do that.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to