You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that Factory::getColumns() is using the enum workaround for Doctrine and is also using listTableColumns(). listTableColumns will quote reserved words, so that the column name for 'primary' will come back as '"primary"'.
$schema_manager->listTableDetails($tableName)->getColumns(); does not seem to have this problem.
The text was updated successfully, but these errors were encountered:
I see that Factory::getColumns() is using the enum workaround for Doctrine and is also using listTableColumns(). listTableColumns will quote reserved words, so that the column name for 'primary' will come back as '"primary"'.
$schema_manager->listTableDetails($tableName)->getColumns(); does not seem to have this problem.
The text was updated successfully, but these errors were encountered: