You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Database Procedures page. When using the Export button on that page, the resulting SQL is not sorted by name. It should be in a reproducable order for usage in version control.
To Reproduce
Steps to reproduce the behavior:
Go to Database Procedures page
Click on Export
Note the procedure order in the export SQL
Expected behavior
The procedures should be ordered by name, like when exporting procedures via the Export Database page. Being alphabetical and thus determistic / reproducable is not only practical, but also needed for saving the file in version control.
Additional context
PMA v4.8.4
The text was updated successfully, but these errors were encountered:
Describe the bug
On the Database Procedures page. When using the Export button on that page, the resulting SQL is not sorted by name. It should be in a reproducable order for usage in version control.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The procedures should be ordered by name, like when exporting procedures via the Export Database page. Being alphabetical and thus determistic / reproducable is not only practical, but also needed for saving the file in version control.
Additional context
PMA v4.8.4
The text was updated successfully, but these errors were encountered: