kvesteri / sqlalchemy-continuum

Versioning extension for SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
568 stars 128 forks source link

Use correct sequence schema with transactions #318

Open jordanhboxer opened 1 year ago

jordanhboxer commented 1 year ago

When versioning outside of the public schema in postgresql, nextval in the sueqence did not include the schema so I was getting an error saying the sequence could not be found