Fix the binop leg of the parser to correctly consider only a single LHS node
authorPeter Rabbitson <ribasushi@cpan.org>
Wed, 21 May 2014 08:46:16 +0000 (10:46 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 21 May 2014 08:46:16 +0000 (10:46 +0200)
commit08e1636016045f0f3881f5af287dcfd482845fe9
tree57e636569f4e7c144c3364c796353bd88861ed3d
parent4c120a34df5e6fb6e2a8f1668d9ea4df2bd8639a
Fix the binop leg of the parser to correctly consider only a single LHS node

Work gracefully around malformed "no lhs" cases as well
Changes
lib/SQL/Abstract/Tree.pm
t/11parser.t
t/14roundtrippin.t