Skip to content

Commit 5717d8d

Browse files
committed
Remove outdated todo
1 parent 5b20a72 commit 5717d8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/commonMain/kotlin/com/powersync/db/PowerSyncDatabaseImpl.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ internal class PowerSyncDatabaseImpl(
297297
SELECT * FROM crud_entries;
298298
""".trimIndent()
299299

300-
// TODO: Map the entire flow in a read transaction after we have a driver implementation
301-
// that allows suspending transactions.
302300
while (true) {
303301
val items = getAll(query, listOf(lastItemId), bucketStorage::mapCrudEntry)
304302
if (items.isEmpty()) {

0 commit comments

Comments
 (0)