Comment 5 for bug 1846548

Revision history for this message
James Page (james-page) wrote : Re: sqlalchemy fails to autoquote reserved works with MySQL 8

OK so proposed approach to fixing this issue looks OK in testing:

a) Cherry pick MySQL 8 related changes in newer SQLAlchemy to cover reserved word testing.

b) Update glance mysql tests to use MySQL to validate this all works.