#1561 - ENH: Add ScriptRunner API ... for easier running of SQL and DDL scripts (for testing usually)

This commit is contained in:
rob bygrave
2018-11-27 14:50:48 +13:00
parent 54ba78218b
commit 2f0e5e6e46
9 changed files with 221 additions and 4 deletions
@@ -348,7 +348,6 @@ public class DdlGenerator {
buf.append(s).append("\n");
}
return buf.toString();
}
}