Skip to content

v2.1.12

Compare
Choose a tag to compare
@aristath aristath released this 29 Jul 07:54
· 32 commits to main since this release
a6d85a6

What's Changed

  • Bugfixes in SHOW CREATE TABLE and SHOW TABLES by @adamziel in #117
  • Support multi-value column type modifiers for _mysql_data_types_cache by @jeroenpf in #126
  • Support CREATE TABLE unique keys with no key name by @akirk in #130
  • Address PK issues for show create table queries by @jeroenpf in #127
  • Ensure wp core functions exist before using them by @jeroenpf in #135
  • Fix length of index names for a create table statement by @jeroenpf in #133
  • Fix PHP 8 issue with strtoupper() by @aristath in #132
  • Allow double underscores in index names by @jeroenpf in #136

New Contributors

Full Changelog: v2.1.11...v2.1.12