Skip to content

Commit

Permalink
fixup! SQLite: Use infix GLOB and REGEXP operators
Browse files Browse the repository at this point in the history
Bad merge
  • Loading branch information
bricelam committed Oct 17, 2022
1 parent ed2d6b2 commit 64993c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ await AssertCount(
"""
SELECT COUNT(*)
FROM "Customers" AS "c"
WHERE '*M*', "c"."ContactName" GLOB '*M*'
WHERE "c"."ContactName" GLOB '*M*'
""");
}

Expand Down

0 comments on commit 64993c6

Please sign in to comment.