Today, new major version of all phpMyAdmin support libraries have been released. The major reason behind this is that they all now follow PSR-4 and they are located under the PhpMyAdmin namespace.
Hopefully this will make it easier to integrate within other tools and this really should be last big API change for these libraries. They will be also used by upcoming phpMyAdmin 4.7.0, so that gives us another big commitment for API stability.
Anyway if you want to move ahead, update your dependencies in composer.json accordingly:
- phpmyadmin/sql-parser - 4.1
- phpmyadmin/motranslator - 3.0
- phpmyadmin/shapefile - 2.0
On the other changes, the SQL parser also gained ability to produce localized error messages (thanks to using motranslator internally).
I enjoy your weekly updates (they haven't been posting on Facebook recently though).
Could you take a look at my issue #12345 on Github? https://github.com/phpmyadmin/phpmyadmin/issues/12345
I'm not good enough to solve it like it was in older versions but I hope my comments help.
Can this data displaying affected rows for CSV imports be put back in 4.6 or upcoming 4.7? I am stuck on 4.4 or 4.5 because of it.