Details
Description
When trying to generate update SQL on MySQL running in ANSI SQL mode you get the error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'BASE TABLE' in 'where clause'
This is caused by the use of identifier quotes (") instead of literal quotes (') in the query
SHOW FULL TABLES WHERE Table_type = "BASE TABLE"
This is in MySqlPlatform#getListTablesSQL()
Issue Links
- is duplicated by
-
DDC-1019
Double quotation mark mysql query error on orm:convert-mapping --from-database
-