use SQL::Abstract::Compat;
-use Test::More tests => 12;
+use Test::More tests => 13;
use Test::Differences;
ok(my $visitor = SQL::Abstract::Compat->new);
"complex expr 1";
-=for comment
$visitor->convert('UPPER');
eq_or_diff
},
"Complex AST with convert('UPPER')";
+=for comment
eq_or_diff
$visitor->select_ast(
'test', '*', [ { ticket => [11, 12, 13],