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
{{ message }}
This repository was archived by the owner on Oct 15, 2020. It is now read-only.
if (!$this->connection->expr('show tables like []', [$table])->get()) {
For some reason PDO does not accept parameter for the expression and throws exception when preparing the statement
Exception text: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?' at line 1
schema/src/Migration/MySQL.php
Line 42 in a430753
For some reason PDO does not accept parameter for the expression and throws exception when preparing the statement
Exception text:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?' at line 1MariaDB 10.1.38
PHP 7.3.11