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
Does not work: $db->query("SHOW TABLES LIKE '<users>'")->fetchColumn()
It is possible to make changes to: protected function buildRaw($raw, array &$map): ?string
Does not work:
$db->query("SHOW TABLES LIKE '<users>'")->fetchColumn()
It is possible to make changes to: protected function buildRaw($raw, array &$map): ?string
...
"/(([`'])[<]?)?((FROM|TABLE|INTO|UPDATE|JOIN|TABLES LIKE|TABLE IF EXISTS)\s)?'?<(([\p{L}][\p{L}\p{N}@$#-])(.[\p{L}][\p{L}\p{N}@$#-])?)>'?([^,]*?\2)?/",
...
$raw->value
);
$query=str_replace('"', ''', $query);
The text was updated successfully, but these errors were encountered: