community.mysql/changelogs
Steve Teahan b25fb5974d
mysql_user: refactor to reduce execute() calls (#76)
This module does not currently log the SQL statements that it executes.
A change was proposed to add this functionality, but it would require
modifications in many sections of the code due to how many cursor.execute()
statements there currently are. This change simply consolidates the
number of execute() calls where it is trivial to do so.
2021-01-15 13:44:03 +03:00
..
fragments mysql_user: refactor to reduce execute() calls (#76) 2021-01-15 13:44:03 +03:00
CHANGELOG.rst Generating changelog for release 1.1.2, remove fragments 2020-12-18 11:29:36 +03:00
changelog.yaml Generating changelog for release 1.1.2, remove fragments 2020-12-18 11:29:36 +03:00
config.yaml Fixups (#2) 2020-07-12 12:35:55 +01:00