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
SELECT NOW();
or
SELECT test1
FROM table1
WHERE test_date < NOW();
I get a blank page showing this error :
Fatal error: Cannot use string offset as an array in
H:\Project\Openflyers30\classes\PHPSQLParser.php on line 1145
For any SQL queries where I've "NOW()", the parser always fails.
Original issue reported on code.google.com by johnny.c...@gmail.com on 5 Jan 2011 at 9:40
The text was updated successfully, but these errors were encountered:
Thank you for your report. It seems there is a problem with functions that do
not accept any parameters.
I'll investigate and incorporate a fix.
For now, I've added a (failing) test to the test suite.
Original comment by greenlion@gmail.com on 4 Feb 2011 at 8:46
Original issue reported on code.google.com by
johnny.c...@gmail.com
on 5 Jan 2011 at 9:40The text was updated successfully, but these errors were encountered: