Croak on invalid top-level special ops
authorPeter Rabbitson <ribasushi@cpan.org>
Fri, 26 Sep 2014 12:02:04 +0000 (14:02 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 3 Oct 2014 19:21:30 +0000 (21:21 +0200)
commitddd6fbb6f333f2247acd57f93a2307ce4ef0ae97
tree272e0570c0e1a79ed8e8b751fdffc9b03f738661
parent923ce642a39cca2e8163e07564d7d8696ee755f1
Croak on invalid top-level special ops

When they were originally introduced it never occured neither to me, nor
whoever reviewed that a plain special-op will not work at top level.
Add an extra check at the fallback point (ugly, but still effective)
Changes
lib/SQL/Abstract.pm
t/05in_between.t