designate/designate/storage
Graham Hayes c1a77a3ae0
PyMySQL 0.8.0 compat fix
In PyMySQL the "MULTI_STATEMENT" flag has been disabled
by default. (see PyMySQL/PyMySQL#590 )

Migration 98 had a single string with multiple statements
ran in a single execution.

Moving this to multiple executions of the same statements
allows the migration to succeed with the new behaviour.

Caused-By: PyMySQL/PyMySQL@c0aa317940

Change-Id: I5f6d92f695c4c5830b8595b0cecbbafb426470a1
2018-01-05 16:28:41 +00:00
..
impl_sqlalchemy PyMySQL 0.8.0 compat fix 2018-01-05 16:28:41 +00:00
__init__.py Use modules for import not objects 2016-12-09 17:11:30 +07:00
base.py Improve performance of recordsets API 2016-08-12 15:54:36 +00:00