Releases: skiptools/skip-sql
Releases · skiptools/skip-sql
Release 0.14.0
Immutable
release. Only release title and notes can be modified.
Release 0.13.0
Immutable
release. Only release title and notes can be modified.
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 SkipSQLPlusyou will need to change it to:
import SkipSQLCore
import SkipSQLPlusFull Changelog: 0.12.1...0.13.0
Release 0.12.1
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
Release 0.11.0
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