You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/powersync-sdk-common/src/client/AbstractPowerSyncDatabase.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -515,7 +515,7 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
515
515
/**
516
516
* Open a read-write transaction.
517
517
* This takes a global lock - only one write transaction can execute against the database at a time.
518
-
* TODO: Statements within the transaction must be done on the provided SqliteWriteContext - attempting statements on the SqliteConnection instance will error.
518
+
* Statements within the transaction must be done on the provided {@link Transaction} interface.
0 commit comments