Fix the reassembler to treat RNO as the precious special snowflake it is
authorArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Fri, 14 Mar 2014 16:12:05 +0000 (11:12 -0500)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 21 May 2014 09:24:03 +0000 (11:24 +0200)
commit0ec2e26564ab5809a4b1c76ca7b3084c7a06fccd
treefa84f5b9f3adfbdbf2fb3e4b2fbb2e24321d6500
parent4247c384fc4291dab9ad93625b267e862b2c9906
Fix the reassembler to treat RNO as the precious special snowflake it is

Yes, the parser is accumulating a lot of cruft this way with special casing
and whatnot, and yes it is necessary for the future when we write a real
parser which will *HAVE* to deal with the corner cases. The accumulated set
of tests is the goal here (with the side effect of better UX) -- ribasushi
Changes
lib/SQL/Abstract/Tree.pm
t/14roundtrippin.t