MySQL identifier case problems
Posted: 07.01.2021, 20:17
This patch solves problems I observed with mORMot's
The problem seems to be how case insensivity is treated in MySQL. Zeos tends to lowercase identifiers aggressively and this is making that table and columns extraction from a MySQL database hosted on Linux to fail.
CreateMissingTablesprocedure. I think this patch is correct, however, I don't have the capabilities to test it.
The problem seems to be how case insensivity is treated in MySQL. Zeos tends to lowercase identifiers aggressively and this is making that table and columns extraction from a MySQL database hosted on Linux to fail.