| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mysqldump-php v2.10.tar.gz | 2023-02-09 | 29.6 kB | |
| mysqldump-php v2.10.zip | 2023-02-09 | 31.8 kB | |
| README.md | 2023-02-09 | 939 Bytes | |
| Totals: 3 Items | 62.3 kB | 0 | |
- 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)