We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a59dc commit 1dccbffCopy full SHA for 1dccbff
packages/postgrest/lib/src/postgrest_filter_builder.dart
@@ -228,7 +228,7 @@ class PostgrestFilterBuilder<T> extends PostgrestTransformBuilder<T> {
228
/// .isFilter('data', null);
229
/// ```
230
// ignore: non_constant_identifier_names
231
- PostgrestFilterBuilder<T> isFilter(String column, Object? value) {
+ PostgrestFilterBuilder<T> isFilter(String column, bool? value) {
232
return copyWithUrl(appendSearchParams(column, 'is.$value'));
233
}
234
0 commit comments