On Jun 11, 2007, at 6:46 PM, Monty Taylor wrote:

>
> Um - transactions have happily been there since 3.23.15. :)
>
> So the "best" way to do this is to check the db version and see if  
> it's
> greater than 3.23.15 or not.
>
> "show variables like 'version'" will do the trick to get you the
> version. If it's later than 3.23.15 you should be fine.
>

how about rollback() ?  we have a note that it fails if you arent  
using InnoDB tables.  of course this is something that should be  
addressed by 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