On Jul 16, 2008, at 5:13 AM, Manlio Perillo wrote:

>
> Hi.
>
> I'm having problems with the exception in subject, with pysqlite (on
> Debian Lenny).
>
> Unfortunately, I'm unable to reproduce the problem, but basically it  
> is
> an update statement in a transaction.
>
> If there is only one row in the table, all is ok; but if there are  
> more
> then one rows, I get this exception.
>
> If I catch the exception and execute the transaction again, it finally
> succeed.
>

mmm, im drawing a blank on this one.   the error often indicates  
concurrent access on the cursor, or continuing on a cursor where an  
exception was raised and some issue was not resolved.   try to get  
more detail out of it, perhaps check that your installed version of  
pysqlite is up to date.

--~--~---------~--~----~------------~-------~--~----~
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