Skip to content

Releases: cachapa/sqlite_crdt

3.0.2

02 Nov 09:30
Compare
Choose a tag to compare
Update dependencies

3.0.1: Upgrade sql_crdt

15 Mar 18:30
Compare
Choose a tag to compare
- Allow setting custom node ids
- Add CrdtApi interface to normalize query and execute methods

3.0.0+1

03 Mar 13:39
Compare
Choose a tag to compare

Fix missing query method in transactions and onCreate and onUpgrade callbacks

3.0.0: Major performance refactor with a few breaking changes

03 Mar 12:11
9d65277
Compare
Choose a tag to compare
- Change how tables and primary keys are fetched to minimize reads
- Allow for more efficient bulk writing using Sqlite batches
- Rework abstractions to expose the Sqlite batch API
- Rename classes to better reflect their goals
- Correctly identify and forbid semicolon separated statements

2.1.7

16 Feb 22:08
Compare
Choose a tag to compare

Full Changelog: 2.1.4...2.1.7

2.1.4+1

02 Feb 15:09
Compare
Choose a tag to compare

Full Changelog: 2.1.4...2.1.4+1

2.1.4

23 Oct 11:39
Compare
Choose a tag to compare
Fix failed inserts and updates with null argument lists

2.1.3

12 Oct 06:37
Compare
Choose a tag to compare
Automatically convert String HLCs when merging records

2.1.2

11 Oct 17:44
Compare
Choose a tag to compare
Fix table filtering

2.1.1

11 Oct 16:37
Compare
Choose a tag to compare
Filter custom query tables when sending delta changesets