Subject: | Complex Literals |
Date: | Fri, 10 May 2013 15:21:41 +1000 |
To: | <bug-SQL-Statement [...] rt.cpan.org> |
From: | Randolph Pullen <randolph [...] deepcloud.com.au> |
It appears that Parser.pm is not handling complex literals (eg: date/time
and timestamp literals).
Specifically:
Select * from lineitem
where l_shipdate <= date '1998-12-01' - interval '90' day (3)
This is processed Parser.pm as
³Error: String ?0?¹ not allowed in numeric expression.
This is confirmed in SQL::Statement1.33 and I can see no references in the
change log to the problem.
This is medium to high importance.
Thanks,
Randolph