On Apr 27, 2006, at 6:15 PM, Jon Rosebaugh wrote:

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.


it does. theres unit tests that pass. can you attach a test case that fails ?



-------------------------------------------------------
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&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to