Skip to content

Commit

Permalink
NumberFormat set to "computer" by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
elw00d committed Mar 12, 2015
1 parent fa87da3 commit 9b80bb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public SqlSource createSqlSource(Configuration configuration, String script, Cla
private SqlSource createSqlSource(Configuration configuration, String scriptText) {
Template template;
freemarker.template.Configuration cfg = new freemarker.template.Configuration(freemarker.template.Configuration.VERSION_2_3_22);
cfg.setNumberFormat("computer");
if (scriptText.trim().contains(" ")) {
// Consider that script is inline script
try {
Expand Down

0 comments on commit 9b80bb4

Please sign in to comment.