Closed slastrina closed 9 months ago
Added new config item to support specifying the sequence the id primary key, a requirment if using an oracle database with sqlalchemy
See auto-increment behavior for oracle below https://docs.sqlalchemy.org/en/13/dialects/oracle.html#auto-increment-behavior
Now supported in latest version. Thanks for the PR.
Added new config item to support specifying the sequence the id primary key, a requirment if using an oracle database with sqlalchemy
See auto-increment behavior for oracle below https://docs.sqlalchemy.org/en/13/dialects/oracle.html#auto-increment-behavior