mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-10 06:14:35 -05:00
Move things around and introduce Cursor type
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user