Closed zzzeek closed 6 years ago
Original comment by Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek):
verified for PG, fix for Oracle is in place but not tested in changeset:1803. im a little uncomfortable that sequences have a hardcoded existence check but tables do not (would almost prefer both to just have a hardcoded existence check....)
Original comment by Anonymous:
patch to conditionally create sequences for postgresql
Originally reported by: Anonymous
There is a problem when using sequences with PostgreSql, if the sequence already exists and we try to create a table (even with checkfirst=true) an error raises telling that the sequence already exists.