[sqlalchemy] Re: Problem with non-pk sequences in relations on MSSQL

2009-08-27 Thread Michael Bayer
Y3s wrote: > > > It seems that the child instances are not updated with the right > sequence number. Moreover, if I turn the parent's "id" column into the > primary key, the error disappears. > Is it a known issue? Can i fix it in some way (except for normalize > the db schema)? I dont believe MS

[sqlalchemy] Re: Problem with non-pk sequences in relations on MSSQL

2009-08-27 Thread Y3s
On Aug 27, 9:05 pm, "Michael Bayer" wrote: > Y3s wrote: > > > It seems that the child instances are not updated with the right > > sequence number. Moreover, if I turn the parent's "id" column into the > > primary key, the error disappears. > > Is it a known issue? Can i fix it in some way (exc