Closed GoogleCodeExporter closed 8 years ago
Ok, looks like this is sort of fixed in the latest version from SVN. The parser
now outputs:
Array
(
[SELECT] => Array
(
[0] => Array
(
[expr_type] => function
[alias] => Array
(
[as] => 1
[name] => next_month
[base_expr] => AS next_month
)
[base_expr] => DATE_ADD
[sub_tree] => Array
(
[0] => Array
(
[expr_type] => function
[base_expr] => NOW
[sub_tree] =>
)
[1] => Array
(
[expr_type] => colref
[base_expr] => INTERVAL
[sub_tree] =>
)
[2] => Array
(
[expr_type] => const
[base_expr] => 1
[sub_tree] =>
)
[3] => Array
(
[expr_type] => colref
[base_expr] => MONTH
[sub_tree] =>
)
)
)
)
)
however the creator joins the parts back together separated by columns.
Original comment by i...@theorganicagency.com
on 5 Jul 2013 at 12:28
Solved in r382.
Original comment by pho...@gmx.de
on 24 Oct 2013 at 10:51
Original issue reported on code.google.com by
i...@theorganicagency.com
on 5 Jul 2013 at 12:19