Move things around and introduce Cursor type

This commit is contained in:
Syer10
2023-04-04 21:01:43 -04:00
parent 17877e0f17
commit a589049cc7
13 changed files with 207 additions and 45 deletions

View File

@@ -173,6 +173,7 @@ data class StringFilter(
val greaterThanOrEqualToInsensitive: String? = null
) : ComparableScalarFilter<String>
@Suppress("UNCHECKED_CAST")
fun <T : String?> andFilterWithCompareString(
column: Column<T>,
filter: StringFilter?