On Jul 13, 1:33 am, Michael Bayer <mike...@zzzcomputing.com> wrote:
> pysqlite doesn't seem to support "SAVEPOINT" out of the box.  Jason  
> Kirtland found out a little bit about it here:  
> http://itsystementwicklung.de/pipermail/list-pysqlite/2009-June/00041...
>   .   But I'm not sure how that can be integrated with SQLA unless the  
> pysqlite dialect issued an explicit BEGIN (and I thought perhaps Jason  
> was going to look into integrating the correct sequences into the  
> sqlite dialect).

Ok, thanks again!
Given all those compatibility problems, I'll fall back on the dirty
(MyISAM-ish :-)) way: first do a SELECT to see if the value already
exists, otherwise UPDATE it.

Regards

Antoine.

--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to