Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: skiptools/skip-sql

Release 0.16.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 21:53
0.16.0
d078398

What's Changed

Other Changes

  • Update to SQLite 3.51.3 and SQLCipher 4.14.0 by @marcprux in #28

Full Changelog: 0.15.1...0.16.0

Release 0.15.1

Choose a tag to compare

@github-actions github-actions released this 12 Mar 01:54
0.15.1
83bf9be

What's Changed

Other Changes

  • Update SkipSQLPlus SQLite to 3.51.2 and SQLCipher to 4.13.0 by @marcprux in #27

Full Changelog: 0.15.0...0.15.1

Release 0.15.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 20:34
0.15.0
79d1c38

What's Changed

Other Changes

Full Changelog: 0.14.0...0.15.0

Release 0.14.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 04:49
Immutable release. Only release title and notes can be modified.
0.14.0
6bcbf5a

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

Choose a tag to compare

@github-actions github-actions released this 09 Dec 22:36
Immutable release. Only release title and notes can be modified.
0.13.0
cfee2a8

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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 18:04
0.12.1
b70d76f

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

Choose a tag to compare

@github-actions github-actions released this 20 Aug 21:42
0.12.0
282a9f0

What's Changed

Other Changes

Full Changelog: 0.11.0...0.12.0

Release 0.11.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 20:44
0.11.0
5936bb8

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

Choose a tag to compare

@github-actions github-actions released this 02 Aug 01:41
0.10.1
4da7285

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

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:08
0.10.0
26cad9c

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.