You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project: openstack/requirements de1b936cec39a73c205041b50ebebbaaefb56a17
Bump PyMySQL version to 0.7.6
Current min version has a microsecond rounding bug that makes it
impossible to do conditional updates (compare and swap) since the
datetime read by PyMySQL and therefore by SQLAlchemy does not match the
one in the DB.
This is affecting operations in Cinder now that we have a new cleanup
mechanism.
PyMySQL PR #487: PyMySQL/PyMySQL#487
Change-Id: I44ebfd593c78412bb6ce9c9ea3104c5c7c8f0af5
Closes-Bug: #1641312
0 commit comments