[sqlalchemy] [0.7.X] - Minor omission in documentation of Dialect-specific compilation rules

2012-07-13 Thread Ladislav Lenart
Hello all. My name is Ladislav Lenart and I am new to SQLAlchemy and this group. I've been reading SQLAlchemy documenation at: http://docs.sqlalchemy.org/en/rel_0_7/core/compiler.html#synopsis I think the section Dialect-specific compilation rules contains an error: * Both decorated

Re: [sqlalchemy] fractional second percision- mysql

2012-07-13 Thread James
Yeah, I kind of suspected MySQLdb might have problems here. You need to file a bug report with the DBAPI's bug tracker: http://sourceforge.net/tracker/?group_id=22307atid=374932 I didn't see anything on the subject of fractional second support but I ended up getting the insert working by

Re: [sqlalchemy] fractional second percision- mysql

2012-07-13 Thread Michael Bayer
On Jul 13, 2012, at 6:36 PM, James wrote: Yeah, I kind of suspected MySQLdb might have problems here. You need to file a bug report with the DBAPI's bug tracker: http://sourceforge.net/tracker/?group_id=22307atid=374932 I didn't see anything on the subject of fractional second support