[sqlalchemy] Re: version_id_col behavior in case of table inheritance

2010-11-29 Thread Naresh Khalasi
Hi, After some more internal discussions we tried and realized that the version col is not really required at the child table level. The second commit in the sample code fails because the version value on the parent row has already moved ahead. Please confirm if the understanding/conclusion is

Re: [sqlalchemy] Re: version_id_col behavior in case of table inheritance

2010-11-29 Thread Michael Bayer
On Nov 29, 2010, at 8:28 AM, Naresh Khalasi wrote: Hi, After some more internal discussions we tried and realized that the version col is not really required at the child table level. The second commit in the sample code fails because the version value on the parent row has already

[sqlalchemy] Re: version_id_col behavior in case of table inheritance

2010-11-29 Thread Naresh
Thanks Michael for the confirmation/explanation. On Nov 29, 8:25 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Nov 29, 2010, at 8:28 AM, Naresh Khalasi wrote: Hi, After some more internal discussions we tried and realized that the version col is not really required at the child