SPR-6688: Add tests and explicit detection of \ in sql script extractor
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
drop table T_TEST if exists;
|
||||
|
||||
create table T_TEST (NAME varchar(50) not null);
|
||||
@@ -0,0 +1 @@
|
||||
insert into T_TEST (NAME) values ('''Keith''');
|
||||
@@ -0,0 +1 @@
|
||||
insert into T_TEST (NAME) values ('\$Keith\$');
|
||||
Reference in New Issue
Block a user