- Fix PHP 8.1 PDO doubles
- fix skip-definer doesn't work for views with SQL SECURITY INVOKER. Fixes #243
- Add option to disable database creation statement. Fixes #232
- Order table names for MariaDB-to-MySQL compatibility. Fixes #218
- Improve the library extensibility. Fixes #200
- fixes whitespaces. Fixes #231
- Added restore option (for hosts missing mysql executable) to import mysqldump file
- When hex-blob was specified and virtual columns of type blob or bit existed, produced dump file was invalid. Fixes #214
- Disable virtual columns tests only when really needed
- Merge pull request #258 from CallMeJon90/PHP_8.2
- Merge pull request #213 from NerijusNoreika/charset
- Add binary constant
- Add support for "if-not-exists" option (#204)
- Remove array_replace_recursive polyfill (#192)
- Restore the autocommit value at end of dump. (#196)
- Allow to select the empty set 'limit 0' (#201)