On 4/26/06, Michael Bayer <[EMAIL PROTECTED]> wrote: > why not use the DateTime type on your Column ?
I did: Column('timestamp', DateTime, nullable=3DFalse) It happily accepted seconds-since-the-epoch for storing into the database, but couldn't read it out. The convert_bind_param for SLDateTime doesn't do any checking of format, but the convert_result_value is expecting a string in this format: "%Y-%m-%d %H:%M:%S" ------------------------------------------------------- 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