Randall Spence
Randall Spence
> You should use the [isFilter](https://supabase.com/docs/reference/dart/is) for that case. Thanks, this worked, but I don't think we should close this ticket because match accepts null values but they don't actually...
Sorry this actually is broken again. isFilter was working but now it is returning this error ``` code: "PGRST100" details: "unexpected "P" expecting null or trilean value (unknown, true, false)"...
> @arc4randall > > > There is now a bug with match as well as isFilter. > > Neither one of them is a bug, but how SQL works, and...
I believe this is caused because `shared_preferences_android` is a transitive dependency and this is failing on `shared_preferences_android:lintDebug`. The only way I am able to get my `gradlew clean build` to...