Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 794260e1e0324214e4db249255b479f3eebb3ebb https://github.com/phpmyadmin/phpmyadmin/commit/794260e1e0324214e4db249255b479f3eebb3ebb Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00
Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Reformat sql for better readability Signed-off-by: Maximilian Krög <[email protected]> Commit: 8590891a08d9bc3b93508d964f4ed390dde0caa9 https://github.com/phpmyadmin/phpmyadmin/commit/8590891a08d9bc3b93508d964f4ed390dde0caa9 Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Fix csv size calculating with multi-byte characters CHAR_LENGTH counts the number of characters, LENGTH counts number of bytes. Signed-off-by: Maximilian Krög <[email protected]> Commit: 5c0f91fd956eae3afce6efabfb504cf5b6ccef96 https://github.com/phpmyadmin/phpmyadmin/commit/5c0f91fd956eae3afce6efabfb504cf5b6ccef96 Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Fix getting size of csv table with single quote in column name Signed-off-by: Maximilian Krög <[email protected]> Commit: 7ff2617b05eb6267e119c477cd9709f1d2df4115 https://github.com/phpmyadmin/phpmyadmin/commit/7ff2617b05eb6267e119c477cd9709f1d2df4115 Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Use CONCAT instead of CONCAT_WS Should be slightly faster. Signed-off-by: Maximilian Krög <[email protected]> Commit: 371ea138557bfd9d751dde9fc037f6fb8743d242 https://github.com/phpmyadmin/phpmyadmin/commit/371ea138557bfd9d751dde9fc037f6fb8743d242 Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php Log Message: ----------- Remove unnecessary engine check getValuesForCsvTable is only called when ENGINE is CSV. Signed-off-by: Maximilian Krög <[email protected]> Commit: 98163f761de4b90e72457b6b7b155a05c34e05db https://github.com/phpmyadmin/phpmyadmin/commit/98163f761de4b90e72457b6b7b155a05c34e05db Author: Maximilian Krög <[email protected]> Date: 2026-07-05 (Sun, 07 July 2026) +02:00 Changed paths: M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Update baselines Signed-off-by: Maximilian Krög <[email protected]> Commit: f88771d657862f98bbc0acaad2caf7a4e982df3d https://github.com/phpmyadmin/phpmyadmin/commit/f88771d657862f98bbc0acaad2caf7a4e982df3d Author: Maurício Meneghini Fauth <[email protected]> Date: 2026-09-14 (Mon, 09 September 2026) -03:00 Changed paths: M libraries/classes/Controllers/Database/StructureController.php M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Merge pull request #20356 from MoonE/csv-table-size Csv table size _______________________________________________ Git mailing list -- [email protected] To unsubscribe send an email to [email protected]
