File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
core/src/commonMain/kotlin/com/powersync/db Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0-BETA6
4+
5+ * Fix Custom Write Checkpoint application logic
36
47## 1.0.0-BETA5
58
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ internal class PowerSyncDatabaseImpl(
252252 writeTransaction { tx ->
253253 internalDb.queries.deleteEntriesWithIdLessThan(lastTransactionId.toLong())
254254
255- if (writeCheckpoint != null && bucketStorage.hasCrud()) {
255+ if (writeCheckpoint != null && ! bucketStorage.hasCrud()) {
256256 tx.execute(
257257 " UPDATE ps_buckets SET target_op = CAST(? AS INTEGER) WHERE name='\$ local'" ,
258258 listOf (writeCheckpoint),
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ development=true
1717RELEASE_SIGNING_ENABLED =true
1818# Library config
1919GROUP =com.powersync
20- LIBRARY_VERSION =1.0.0-BETA5
20+ LIBRARY_VERSION =1.0.0-BETA6
2121GITHUB_REPO =https://github.com/powersync-ja/powersync-kotlin.git
2222# POM
2323POM_URL =https://github.com/powersync-ja/powersync-kotlin/
You can’t perform that action at this time.
0 commit comments