[sqlalchemy] Re: version_id_col question

2008-02-14 Thread Michael Bayer
On Feb 14, 2008, at 10:19 AM, Jonathan LaCour wrote: I'd like to automatically enable the SQLAlchemy concurrent modification checking on versioned mappers using the `version_id_col` argument, but the documentation isn't clear on how it works. Is this column managed by SQLAlchemy or is it

[sqlalchemy] Re: version_id_col question

2008-02-14 Thread Jonathan LaCour
Michael Bayer wrote: its managed entirely by SQLAlchemy at the moment, starts at 1 and increments automatically, and acutually doesnt have any connection to class-based attributes so its a little insular. I would think that elixir could just move its own management of the version over to