mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Remove cases where all jobs were expected to be in memory.
This commit is contained in:
committed by
Nicholas Tinsley
parent
973dc72cfa
commit
86cf8200b5
@@ -206,6 +206,10 @@ class SelectBuilderPart2(
|
||||
return SelectBuilderPart4a(db, columns, tableName, "", arrayOf(), orderBy)
|
||||
}
|
||||
|
||||
fun limit(limit: Int): SelectBuilderPart4b {
|
||||
return SelectBuilderPart4b(db, columns, tableName, "", arrayOf(), limit.toString())
|
||||
}
|
||||
|
||||
fun run(): Cursor {
|
||||
return db.query(
|
||||
SupportSQLiteQueryBuilder
|
||||
|
||||
Reference in New Issue
Block a user