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

Fixsqlalchemy

Open splbio opened this issue 9 years ago • 2 comments

It seems like flask session key is now longer than the default 256 session type.

Also:

  • I've switched the url scheme for submodules to be http that way you can put this module inside of "requirements.txt" and have it work on hosted environments such as heroku.
  • Also, allow the user to create the tables with migrations instead of calling "create_all()" as that should be up to the user.

splbio avatar Mar 14 '16 19:03 splbio

👍 merge this please

revmischa avatar Nov 08 '16 23:11 revmischa

You can not create a unique index for the text column in MySQL.

fengsp avatar Feb 09 '17 06:02 fengsp

Id is now string type

Lxstr avatar Feb 26 '24 04:02 Lxstr