Skip to content

Releases: skiptools/skip-sql

Release 0.14.0

10 Dec 04:49
Immutable release. Only release title and notes can be modified.
0.14.0
6bcbf5a

Choose a tag to compare

What's Changed

Other Changes

  • Update to SQLite 3.51.1 and SQLCipher 4.12.0 by @marcprux in #24

Full Changelog: 0.13.0...0.14.0

Release 0.13.0

09 Dec 22:36
Immutable release. Only release title and notes can be modified.
0.13.0
cfee2a8

Choose a tag to compare

What's Changed

Other Changes

Upgrading

In order to accommodate the new SkipSQLCore module, developers will need to make a change to your code that imports SkipSQLPlus. Instead of:

import SkipSQL
import SkipSQLPlus

you will need to change it to:

import SkipSQLCore
import SkipSQLPlus

Full Changelog: 0.12.1...0.13.0

Release 0.12.1

04 Sep 18:04
0.12.1
b70d76f

Choose a tag to compare

What's Changed

Other Changes

  • Linux support by @marcprux in #17
  • Add compileOptions function and conditional check for upsert support by @marcprux in #18

Full Changelog: 0.12.0...0.12.1

Release 0.12.0

20 Aug 21:42
0.12.0
282a9f0

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 0.11.0...0.12.0

Release 0.11.0

07 Aug 20:44
0.11.0
5936bb8

Choose a tag to compare

What's Changed

Other Changes

  • Enable building SkipSQLPlus natively for Android by @marcprux in #12
  • Bump SkipSQLPlus version of SQLite to 3.50.4 and SQLCipher to 4.10.0 by @marcprux in #13
  • Add SQLContext.userVersion accessor by @marcprux in #14
  • Add date handling functions and documentation by @marcprux in #15

Full Changelog: 0.10.1...0.11.0

Release 0.10.1

02 Aug 01:41
0.10.1
4da7285

Choose a tag to compare

What's Changed

Other Changes

  • Support delete, update, order by, and join clauses by @marcprux in #11

Full Changelog: 0.10.0...0.10.1

Release 0.10.0

21 Jul 23:08
0.10.0
26cad9c

Choose a tag to compare

What's Changed

Other Changes

  • Add type persistence with SQLCodable and querying with SQLPredicate by @marcprux in #10

Full Changelog: 0.9.0...0.10.0

Release 0.9.0

11 Jul 18:39
0.9.0
f5c7ece

Choose a tag to compare

What's Changed

Other Changes

  • Bump SQLite to 3.49.2 and SQLCipher to 4.9.0 by @marcprux in #8

Full Changelog: 0.8.2...0.9.0

Release 0.8.2

19 May 21:16
0.8.2
2340195

Choose a tag to compare

What's Changed

Other Changes

  • Add cmake flag to support 16 KB page sizes in native library by @marcprux in #7

Full Changelog: 0.8.1...0.8.2

Release 0.8.1

09 Mar 22:07

Choose a tag to compare

What's Changed

Other Changes

  • Add lazy cursor API for select queries by @marcprux in #4
  • Rename int->long and float->real, add trace function, and test some ORM samples by @marcprux in #5
  • Add SQLContext.cursor API for streaming row access by @marcprux in #6

Full Changelog: 0.8.0...0.8.1