Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: fdb5528648da54184c3c29ea6574b01b9b571803 https://github.com/phpmyadmin/phpmyadmin/commit/fdb5528648da54184c3c29ea6574... Author: Umang Patel umang2332@gmail.com Date: 2022-10-20 (Thu, 10 October 2022) -03:00
Changed paths: M libraries/classes/Controllers/Export/ExportController.php M libraries/classes/Controllers/Table/AddFieldController.php M libraries/classes/CreateAddField.php M libraries/classes/Export.php M test/classes/ExportTest.php
Log Message: ----------- Use Database type instead of string (#17746)
* Refactored tryColumnCreationQuery function inside CreateAddField to use DatabaseName type instead of string * Refactored exportDatabase and lockTables function to use DatabaseName type instead of string for database name
Signed-off-by: Umang Patel umang.patel@healthengine.com.au Co-authored-by: MaurĂcio Meneghini Fauth mauricio@fauth.dev