Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: aeab8a1c4172c46190649a86d404487deac183ee https://github.com/phpmyadmin/phpmyadmin/commit/aeab8a1c4172c46190649a86d404... Author: Mo Sureerat sureemo@gmail.com Date: 2022-10-20 (Thu, 10 October 2022) -03:00
Changed paths: M libraries/classes/Html/Generator.php M libraries/classes/InsertEdit.php M libraries/classes/Table.php M libraries/classes/Twig/UtilExtension.php M libraries/classes/Util.php M phpstan-baseline.neon M templates/columns_definitions/column_attributes.twig M test/classes/Html/GeneratorTest.php M test/classes/InsertEditTest.php M test/classes/TableTest.php M test/classes/UtilTest.php
Log Message: ----------- Fix #17793 - insert UUID (#17797)
* Add/Change table schema - Add UUID in default options * Insert/Update - Generate uuid only not defined and not check null option * Add/Change table schema - Hide UUID from default options if database not support & add unit test
Fix #17793
Signed-off-by: Mo Sureerat sureemo@gmail.com