Skip to content

Commit

Permalink
Fix additional set of expected files
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepesh125 committed Aug 1, 2024
1 parent 49adb40 commit 83c77fa
Show file tree
Hide file tree
Showing 18 changed files with 1,594 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/JDBC/expected/babel_collection.out
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ varchar
abcD
~~END~~

select c1 from testing4 where c1 NOT LIKE lower('%s');
select c1 from testing4 where c1 NOT LIKE lower('%s') COLLATE sql_latin1_general_cp1_ci_as;
GO
~~START~~
varchar
Expand Down
Loading

0 comments on commit 83c77fa

Please sign in to comment.