do not add ' ' before (
from the MySQL manual:
"Note: By default, there must be no whitespace between a
function name and the parenthesis following it. This helps
the MySQL parser distinguish between function calls and
references to tables or columns that happen to have the
same
name as a function. Spaces around function arguments are
permitted, though."
fixes bugs:
[ 1283273 ] support of area() function
https://sourceforge.net/tracker/index.php?func=detail&aid=1283273&group_id=23067&atid=377408
[ 1255600 ] weird MySQL syntax error
http://sourceforge.net/tracker/index.php?func=detail&aid=1255600&group_id=23067&atid=377408
[ 1240939 ] UPPER()
https://sourceforge.net/tracker/index.php?func=detail&aid=1240939&group_id=23067&atid=377408
udiff against public cvs 2005-09-19
Logged In: YES
user_id=326580
ah, sorry
as i dont had the time to fully understand the parser i
think it would be better to just update the
sqlparser.data.php ... here it is
btw. could someone please add comments to the arrays in
sqlparser.data.php describing the use of this arrays? so it
would be more easy to update this in the future
udiff against public cvs 2005-09-20
Logged In: YES
user_id=210714
Merged patch to sqlparser.data.php, thanks.