(Feat): Initial Commit
This commit is contained in:
1
test/testdata/snapshots/TestOrSQL.golden
vendored
Normal file
1
test/testdata/snapshots/TestOrSQL.golden
vendored
Normal file
@@ -0,0 +1 @@
|
||||
(string) (len=247) "SELECT * FROM \"users\" WHERE (id = $1 OR username = $2 OR (users.profile->>'firstName' = $3 AND users.profile->>'lastName' = $4 AND users.profile->>'country' = $5 AND users.profile->'scopes' <@ to_jsonb($6::text[]) AND users.profile->>'age' = $7));"
|
||||
Reference in New Issue
Block a user