Skip to content

Releases: cachapa/sql_crdt

3.0.1

15 Mar 18:16
Compare
Choose a tag to compare
Add CrdtApi interface to normalize query and execute methods

3.0.0+1

03 Mar 13:35
Compare
Choose a tag to compare

Fix missing query method in transactions

3.0.0

03 Mar 11:25
Compare
Choose a tag to compare

Major performance refactor with a few breaking changes.

  • Change how tables and their primary keys are fetched to minimize read operations.
  • Allow for more efficient bulk writing benefiting from underlying db features.
  • Change how tables and primary keys are fetched to minimize reads.
  • Allow for more efficient bulk writing in underlying implementation.
  • Rework abstractions to allow exposing Sqlite batches.
  • Rename classes to better reflect their goals.
  • Correctly identify and forbid semicolon separated statements.

2.1.7

16 Feb 21:56
Compare
Choose a tag to compare

Full Changelog: 2.1.6...2.1.7

2.1.6

05 Feb 12:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.5...2.1.6

2.1.5+1

26 Nov 21:06
Compare
Choose a tag to compare
Remove echoing unrecognized statements

2.1.5

26 Nov 21:02
Compare
Choose a tag to compare
Remove unnecessary warnings

2.1.4

21 Oct 15:41
Compare
Choose a tag to compare
Bump version

2.1.3

11 Oct 20:34
Compare
Choose a tag to compare
Automatically convert String HLCs when merging records

2.1.2

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