Skip to content

Commit 1c1fb2f

Browse files
committed
Use readable MSSQL quote escaping
1 parent 7ddcf79 commit 1c1fb2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/data_formats/csv_data_mssql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ select
88
union all
99
select
1010
1 as id,
11-
CONCAT(N'Tu gères ', NCHAR(39), NCHAR(59), NCHAR(39), N' et ', NCHAR(39), NCHAR(34), NCHAR(39), N' ?') as msg;
11+
N'Tu gères '';'' et ''"'' ?' as msg;

0 commit comments

Comments
 (0)