zodb / relstorage

A backend for ZODB that stores pickles in a relational database.
Other
54 stars 46 forks source link

Possible incompatibilities with PyMySQL 1.0 #434

Closed jamadden closed 3 years ago

jamadden commented 3 years ago

According to the developers of SQLAlchemy, there may be some issues here:

hey folks, it looks like pymysql made some sudden breaking changes and pushed out 1.0.0 really fast, i am still determining the extent of incompatibility with SQLAlchemy's current dialect and will hopefully be releasing fixes today

This needs investigated.