
- FIND API KEY NOZBE UPGRADE
- FIND API KEY NOZBE FULL
- FIND API KEY NOZBE ANDROID
You can also observe an unsafe raw SQL query - with some caveats! refer to documentation for more details. You can now safely pass values for SQL placeholders by passing an array. collection.query(Q.unsafeSqlQuery("select * from tasks where foo = ?", )).fetch(). New syntax for running unsafe raw SQL queries: advanced adapter.queryIds(), adapter.unsafeQueryRaw are also available. await query.unsafeFetchRaw() will return an array of unsanitized, unsafe raw objects (use alongside Q.unsafeSqlQuery to exclude unnecessary or include extra columns).
await query.fetchIds() will return an array of record ids.
FIND API KEY NOZBE FULL
You can now optimize fetching of queries that only require IDs, not full cached records: You need to add this line to your Podfile: pod 'simdjson', path: Deprecated new Database() - you can now call batch on the interface passed to a writer block
FIND API KEY NOZBE UPGRADE
It shouldn't take you more than 15 minutes to upgrade to 0.23. Please don't get scared off the long list of breaking changes - they are all either simple Find&Replace renames or changes to internals you probably don't use. This is a big release to WatermelonDB with new advanced features, great performance improvements, and important fixes to JSI on Android. Fixes Typescript annotations for Collection and adapters/sqlite.
FIND API KEY NOZBE ANDROID
Fixes an issue when using Headless JS on Android with JSI mode enabled - pass usesExclusiveLocking: true to SQLiteAdapter to enable.experimentalRejectedIds parameter now available in push response to allow partial rejection of an otherwise successful sync.This is useful when you're adding online-only features to an otherwise offline-first app. Read-only records that cannot be saved in the database, updated, or deleted and only exist for as long as you keep a reference to them in memory can now be created using collection.disposableFromDirtyRaw(). sortBy, skip, take are now available in LokiJSAdapter as well.If you are, read RxJS 7 breaking changes:
If you're not importing from rxjs in your app, this doesn't apply to you.
Q.experimentalSortBy, Q.experimentalSkip, Q.experimentalTake have been renamed to Q.sortBy, Q.skip, Q.take respectively. Changelog 0.24 - BREAKING CHANGES New features Fixes 0.23 - BREAKING CHANGES Deprecations New features Performance Changes Fixes Internal 0.22 - BREAKING CHANGES Deprecations New features Performance Changes Fixes 0.21 - BREAKING CHANGES New features Performance Changes Fixes Internal 0.20 - BREAKING CHANGES New features Changes Fixes 0.19 - New features Changes 0.18 - New features Changes Fixes Internal 0.17.1 - 0.17 - New features Changes Fixes Internal 0.15.1, 0.16.1-fix, 0.16.2 - 0.16.1 - Changes Fixes Internal 0.16 - ⚠️ Breaking Low breakage risk New features Changes Fixes New features (Experimental) 0.15 - Highlights ⚠️ Breaking New featuers Fixes Improvements 0.14.1 - 0.14.0 - New features 0.13.0 - ⚠️ Breaking New features Improvements 0.12.3 - Changes 0.12.2 - Fixes Changes 0.12.1 - ⚠️ Hotfix Changes 0.12.0 - Added Performance 0.11.0 - Breaking Bug fixes Other changes 0.10.1 - Changes 0.10.0 - Breaking New 0.9.0 - New 0.8.0 - New Fixes 0.7.0 - Deprecations New Changes 0.6.2 - Deprecations Refactoring 0.6.1 - Added Changed Fixed 0.6.0 - Īll notable changes to this project will be documented in this file.Ĭontributors: Please add your changes to CHANGELOG-Unreleased.md 0.24 - BREAKING CHANGES