Skip to content

Commit

Permalink
Fix few test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-shameem committed Mar 6, 2025
1 parent 9da1a04 commit 1eafe0f
Show file tree
Hide file tree
Showing 10 changed files with 1,004 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ GO
CREATE TABLE BABEL_5608_vu_prepare_t12_2 (status varchar(10),CONSTRAINT chk_status CHECK (
CASE
WHEN status LIKE 'act%' THEN 1
WHEN status LIKE'inactive' THEN 1
WHEN status LIKE 'inactive' THEN 1
ELSE 0
END = 1
)
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 1eafe0f

Please sign in to comment.