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 might argue this is intended behavior. In MysqliDriver, the database is being queried to get the statement without any post-processing and we don't have any code to replace a prefix with the placeholder currently.
Database::getTableCreate
returns statement with prefixes instead of placeholder#__
:Tested on
MysqliDriver
, but likely same results for other drivers where the method is present:SqliteDriver
,OracleDriver
,MysqlDriver
The text was updated successfully, but these errors were encountered: