designate/designate/storage/impl_sqlalchemy
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
..
migrate_repo PyMySQL 0.8.0 compat fix 2018-01-05 16:28:41 +00:00
__init__.py Auto-generate designate.conf.sample via genconfig testenv 2017-07-01 21:32:16 +07:00
tables.py Trivial fix pep8 and typos 2017-05-06 03:30:23 +07:00