flask-session icon indicating copy to clipboard operation
flask-session copied to clipboard

Added SESSION_SQLALCHEMY_SEQUENCE config to allow support for oracle …

Open slastrina opened this issue 6 years ago • 0 comments

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

slastrina avatar May 24 '19 02:05 slastrina