I mentioned this on the IRC channel, but thought I'd mention it here as well. The sqlite layer will happily accept various formats for timestamps that it is unable to read back out from the database. It expects a string in a certain format, but I didn't know that, so I tried storing seconds-since-the-epoch. It was quite happy to accept that and store it in the database, but attempting to load that record caused an exception. I'm not sure what is the best way to fix this, but at the very least it should probably be documented.
------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

