On Feb 12, 4:25 am, "Arnar Birgisson" <[EMAIL PROTECTED]> wrote:
> Hi again,
>
> Yes, we thought that might be the case. We tried changing the
> isolation level on this connection to "snapshot". Now I'm getting
> different errors, and more frequent.
>
> One error I get is this:
>
> AttributeError: 'ColumnProperty' object has no attribute 'strategy'

that should have nothing to do with transaction isolation.  thats some
mixup of column/relation-based properties on a class (quite a strange
one).

>
> and another error is "object not subscriptable" when doing something
> like "eststatus = result.fetchone()[0]"

how do you know fetchone() is returning a row ?


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