Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Releases: synw/sqlcool

3.1.1

22 Jul 00:10
Compare
Choose a tag to compare

3.1.1

  • Use pedantic for static analysis
  • Add more tests
  • Improve the docs
  • Linting

3.1.0

  • Add a timestamp column type to schema
  • Add a data property to DatabaseChangeType
  • Fix the upsert method to be testable
  • Add more tests

3.0.0

14 Jun 11:18
Compare
Choose a tag to compare

Breaking change: the SynchronizedMap feature was removed due to broken dependencies after the Dart Sdk 2.4.0 upgrade

2.9.0

11 Jun 11:56
Compare
Choose a tag to compare
  • Fix index in DbTable in case of same row name for different tables
  • Fix the initialization when the fromAsset parameter is used
  • Fix schema constructor in case of multiple foreign keys
  • Add the timestamp method to DbTable
  • Add a uniqueTogether method to DbTable
  • Add a blob method to schema constructor
  • Improve the docs for schema definition

2.8.2

01 Jun 01:13
Compare
Choose a tag to compare
  • Add the columns getter for DbSchema
  • Fix defaultValue for thereal method of DbSchema
  • Fix the example

2.8.1

16 May 13:34
Compare
Choose a tag to compare
  • Update dependencies
  • Improve schema management
  • Minor fix in SynchronizedMap
  • Add the hasSchema getter

2.8.0

12 May 17:28
Compare
Choose a tag to compare
  • Add the batchInsert method
  • Add the schema parameter to init
  • Improve the count method
  • Update the changefeed from batchInsert
  • Fix nullables in schema constructor
  • Improve foreignKey in schema constructor

2.7.0

10 May 13:32
Compare
Choose a tag to compare
  • Add the database schema constructor

2.6.1

03 May 05:14
Compare
Choose a tag to compare
  • Add the columns parameter to SychronizedMap

2.6.0

02 May 12:14
Compare
Choose a tag to compare
  • Add the synchronized map feature

2.5.0

09 Apr 15:41
Compare
Choose a tag to compare
  • Add the group by sql clause to select and join methods
  • Add the upsert method
  • Use transactions for all queries
  • Remove the default values for offset and limit in join query