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 6641d73 commit 18eb9cdCopy full SHA for 18eb9cd
packages/postgrest/lib/src/types.dart
@@ -88,11 +88,14 @@ enum CountOption {
88
estimated,
89
}
90
91
+// Not used anywhere. Will be removed in the next major version.
92
+// coverage:ignore-[start]
93
/// Returns count as part of the response when specified.
94
enum ReturningOption {
95
minimal,
96
representation,
97
98
+// coverage:ignore-[end]
99
100
/// The type of tsquery conversion to use on [query].
101
enum TextSearchType {
0 commit comments