Nander
05/09/2022, 7:16 AMsql
-- should return nothing
select * from connections
-- should return the row where id = 1234
select * from connections where id = 1234
I know that I can compare things like the auth data (auth.email() for example) to values, but is that also possible with where parameters?Needle
05/09/2022, 7:16 AMgaryaustin
05/09/2022, 12:52 PMNeedle
05/09/2022, 12:52 PMNander
05/09/2022, 1:11 PMgaryaustin
05/09/2022, 1:17 PMNander
05/09/2022, 1:19 PMNander
05/09/2022, 1:19 PMNeedle
05/09/2022, 1:19 PM