Swap CAG with Moo, lazify a lot of the profile selection
[dbsrgits/SQL-Abstract.git] / script / format-sql
index 6254e83..06bd65e 100755 (executable)
@@ -11,6 +11,6 @@ my ($opt, $usage) = describe_options(
 
   print($usage->text), exit if $opt->help;
 
-my $sqlat = SQL::Abstract::Tree->new({ profile => $opt->profile });
+my $sqlat = SQL::Abstract::Tree->new({ profile => $opt->profile, fill_in_placeholders => 0 });
 
 print $sqlat->format($_) . "\n" while <>;