Skip to content

Commit 9ec8715

Browse files
committed
revert example script back to simple select until we figure out how to solve regex problem on test
1 parent ccbe87b commit 9ec8715

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

example/process/process1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
insert into test_gomssqlrunner (testfield1) values ('this is a test value')
1+
select 'process 1'

example/schema/schema1.sql

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
if exists (select 1 from information_schema.tables where table_name = 'test_gomssqlrunner')
2-
drop table test_gomssqlrunner
3-
4-
create table test_gomssqlrunner
5-
(
6-
testfield1 varchar(200)
7-
)
1+
select 'schema 1'

0 commit comments

Comments
 (0)