Thanks Michael,

I'll give it a try at monday morning...

Have a nice weekend...  :)

[]s
Roger


On 5/25/07, Michael Bayer <[EMAIL PROTECTED]> wrote:
>
> ive turned off firebird's supports_sane_rowcount feature, update to
> rev 2642 for now.
>
>
> On May 25, 2007, at 2:43 PM, Roger Demetrescu wrote:
>
> >
> > Hi Michael,
> >
> > I'm having the same problem described in ticket 370.
> >
> > Eg.:
> >
> > mapper(User, users_table, properties = dict(
> >     preferences = relation(UserPrefs, cascade="all, delete-orphan"),
> > ))
> >
> >
> > when I try to do this:
> >
> > u = session.query(User).get(1)
> > u.preferences.clear()
> > session.flush()
> >
> > it thows a ConcurrentModificationError exception.
> >
> >
> > I'm using SA 0.3.7, kinterbasdb 3.2, Firebird 1.5...if that matters...
> >
> >
> > Do you have any news about it ?
> >
> >
> > TIA,
> >
> > Roger
> >
> > >
>
>
> >
>

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