Closed yanaleksandrov closed 3 years ago
Did you change the code format of source code?
Did you change the code format of source code?
I'm sorry, I didn't understand you.
We tested it and there is no problem for using $database->select("table", "*");
.
But I found the code you post above is not the same as source code. https://github.com/catfan/Medoo/blob/2d675f73e23f63bbaeb9a8aa33318659a3d3c32f/src/Medoo.php#L993
It seem your Medoo code has changed. Why there is a blank space from the regex? And that absolutely not work with error.
Hi, I call the select method.
The error occurs in the line with preg_match.
$table param have string
commentmeta
And an error appears Warning: preg_match(): Compilation failed: unmatched closing parenthesis at offset 58 Tell me what the problem is. and how to solve it?