Skip to content

Releases: powersync-ja/react-native-quick-sqlite

v2.4.0

27 Jan 15:31
6b08fd1
Compare
Choose a tag to compare

Minor Changes

  • 43598db: Improved behaviour for closing a database connection. This should prevent some crash issues.

v2.3.0

09 Jan 08:45
7438ef8
Compare
Choose a tag to compare

Minor Changes

  • 73a0a68: powersync-sqlite-core 0.3.8: Increase column limit to 1999; improved handling of migrations on views.

v2.2.1

18 Dec 08:20
01fc1fe
Compare
Choose a tag to compare

Patch Changes

v2.2.0

19 Nov 08:16
953ba05
Compare
Choose a tag to compare

Minor Changes

  • cbe61de: Upgrade minSdkVersion to 24 for Expo 52

v2.1.2

11 Nov 15:11
a05dae6
Compare
Choose a tag to compare

Patch Changes

  • a6e21ed: Use powersync-sqlite-core 0.3.6 to fix issue with dangling rows.

v2.1.1

11 Nov 06:14
866dece
Compare
Choose a tag to compare

Patch Changes

  • 9ac4ce7: Result object keys are no longer ordered alphabetically, but rather maintain insertion order. The behaviour now matches other libraries.

v2.1.0

04 Nov 14:36
c60d3de
Compare
Choose a tag to compare

Minor Changes

  • 23bcb1d: Added refreshSchema() to bindings. Will cause all connections to be aware of a schema change.

v2.0.1

30 Oct 11:57
eda627e
Compare
Choose a tag to compare

Patch Changes

  • 63cc6b2: Fix issue where new databases would not always have journal_mode = WAL.

v2.0.0

10 Oct 13:38
9c933ed
Compare
Choose a tag to compare

Major Changes

  • ad95915: Use powersync-sqlite-core 0.3.0

v1.4.0

20 Sep 12:35
358a775
Compare
Choose a tag to compare

Minor Changes

  • 429361a: - Remove use of nativeCallSyncHook() for new architecture support.