Skip to content

Releases: vapor/sqlite-kit

Better JSON codable support

21 Feb 21:32
6d1f957
Compare
Choose a tag to compare
Pre-release

Refactor SQLiteDataEncoder and SQLiteDataDecoder to have better JSON support.

Enable Foreign Keys

23 Jan 20:16
f098081
Compare
Choose a tag to compare
Enable Foreign Keys Pre-release
Pre-release

Adds SQLiteConfiguration.enableForeignKeys (#70, fixes #68). This defaults to true. When enabled, all connections created by SQLiteConnectionSource will first run the following query:

PRAGMA foreign_keys = ON

Enum Support

22 Jan 02:59
01e9cd2
Compare
Choose a tag to compare
Enum Support Pre-release
Pre-release

SQLiteKit 4.0.0 Beta 3

13 Dec 22:07
9f3a7fb
Compare
Choose a tag to compare
Pre-release
  • Updates SQLiteRow's SQLRow conformance to latest changes in SQLKit.

SQLiteKit 4.0.0 Beta 2.1

11 Dec 01:20
f25b68e
Compare
Choose a tag to compare
Pre-release
  • Added array support to SQLiteDataEncoder/Decoder (#65)

SQLiteKit 4.0.0 Beta 2

09 Dec 19:52
4b31a9f
Compare
Choose a tag to compare
Pre-release
  • Add support for passing custom Logger (#61)

  • Fix identifier quote (#63)

  • Enable test discovery on Linux (#64)

SQLiteKit 4.0.0 Beta 1

24 Oct 21:52
f4058e6
Compare
Choose a tag to compare
Pre-release

SQLiteKit 4.0.0 Alpha 1.1

14 Aug 18:06
628f6e1
Compare
Choose a tag to compare
Pre-release

New:

  • Add swift-log package (#53)
  • Improve unique connection source name (#53)
  • Translate SQLLiteral.default to NULL (#53)

SQLiteKit 4.0.0 Alpha 1

06 Jun 16:38
76662fc
Compare
Choose a tag to compare

SQLite 3.2.1

26 Mar 21:15
Compare
Choose a tag to compare

Fixed:

  • Fixed an issue causing corrupt BLOB using Swift 5.
  • Silenced a Swift 5 warning.