i dont know much about FROM_TIMESTAMP but from the MySQL docs it seems
like it deals with a "UNIX_TIMESTAMP" value, which perhaps is different
from an integer (although it looks like an int from the examples.
maybe its a "long"?).

The steps to make this work are to get it to work from your MySQL
command line first.  then use echoing in SA to insure that its
producing the identical SQL to the working string.  as a last resort,
sometimes you have to make small test programs using straight DBAPI to
insure that theres no weirdness happening with MySQLdb.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to