#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
@@ -0,0 +1,4 @@
delete from e_basic;
-- some comment, select not useful here
select count(*) from e_basic;