you can pass a version_id_generator that returns None, but I would think you wouldn't even need that - just have the trigger set the version id unconditionally.
On Jul 19, 2012, at 8:00 AM, Tim wrote: > I would like to use the version_id_col feature. However, our version_id_col > is updated by a database trigger and I do not want SQLAlchemy to try to set > this value. Is there a way to do this? > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sqlalchemy/-/JNVsBautqg8J. > To post to this group, send email to [email protected]. > 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. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. 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.
