pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
507 stars 238 forks source link

Added SESSION_SQLALCHEMY_SEQUENCE config to allow support for oracle … #102

Closed slastrina closed 9 months ago

slastrina commented 5 years 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

Lxstr commented 9 months ago

Now supported in latest version. Thanks for the PR.