@journeyapps/powersync-sdk-common@0.0.2
·
1172 commits
to main
since this release
Patch Changes
-
ca458d3: Updated logic to correspond with React Native Quick SQLite concurrent transactions. Added helper methods on transaction contexts.
API changes include:
- Removal of synchronous DB operations in transactions:
execute
,commit
,rollback
are now async functions.executeAsync
,commitAsync
androllbackAsync
have been removed. - Transaction contexts now have
get
,getAll
andgetOptional
helpers. - Added a default lock timeout of 2 minutes to aide with potential recursive lock/transaction requests.
- Removal of synchronous DB operations in transactions:
-
b125f75: Use default timeout in post streaming warning message. Update connectivity status on streaming messages.
-
ab9957b: Fix update trigger for local only watched tables.
-
413a4d0: Added better logging of streaming errors. Added warnings if Polyfills are not correctly configured.