Skip to content

Commit ebdac5b

Browse files
committed
Update sqlx dependencies to new commit hash and modify SQL queries in CSV data tests for consistency
1 parent 12daf3e commit ebdac5b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/data_formats/csv_data.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ select
33
';' as separator;
44

55
select
6-
0 as ID,
7-
'Hello World !' as MSG
6+
0 as "ID",
7+
'Hello World !' as "MSG"
88
union all
99
select
10-
1 as ID,
11-
'Tu gères '';'' et ''"'' ?' as MSG;
10+
1 as "ID",
11+
'Tu gères '';'' et ''"'' ?' as "MSG";

0 commit comments

Comments
 (0)