Skip to content

Releases: vapor/fluent-sqlite-driver

Add experimental support for watchOS

27 Feb 14:52
60d0196

Choose a tag to compare

This patch was authored by @hyouuu and released by @0xTim.

Adds watchOS adds a target platform to enable it to be built for that platform.

Note: watchOS support is very much experimental and not currently a supported platform, though there is no reason why it shouldn't work

Drop support for Swift 5.4

12 Nov 11:15
7f2a0b1

Choose a tag to compare

This patch was authored and released by @gwynne.

Minimum supported version is now Swift 5.5.

Also includes the same upgrades to CI as those found in vapor/sqlite-kit#100 (most notably, adding the API breakage check and code coverage).

Explicitly handle a custom ID key set to the empty string

13 Jun 16:14
9439661

Choose a tag to compare

This patch was authored and released by @gwynne.

Treat it as meaning not to retrieve an inserted ID value. This is in support of upcoming FluentKit feature work.

Add configurable connection pool timeout

04 Jun 15:53
9ca34be

Choose a tag to compare

This patch was authored by @madsodgaard and released by @0xTim.

Adds option to configure the connection pool timeout (#74)

databases.use(.sqlite(.memory, connectionPoolTimeout: .minutes(1)), as: .sqlite)

Minimum iOS version is 13

21 Aug 19:42
6f29f6f

Choose a tag to compare

This patch was authored and released by @calebkleveter.

The minimum iOS version supported by this package is now iOS 13 since the SqliteKit dependency requires it.

FluentSQLiteDriver 4.0.0

17 Jul 16:42
b828ac3

Choose a tag to compare

Clarify ALTER TABLE restrictions

14 Jul 01:12
58930f2

Choose a tag to compare

Pre-release
This patch was authored and released by @tanner0101.

Adds new checks and error messages to clarify SQLite's ALTER TABLE restrictions (#66, fixes #62).

FluentKit 1.0.0 GM

29 May 21:37
a9f4313

Choose a tag to compare

FluentKit 1.0.0 GM Pre-release
Pre-release
This patch was authored and released by @tanner0101.

Updates this package for compatibility with latest version of FluentKit.

Removed '.' from FluentKit Dependency Version Identifier

18 May 16:57
549d5a5

Choose a tag to compare

This patch was authored and released by @calebkleveter.

Fix SQLiteError's DatabaseError conformance

05 Mar 22:04
df46fa5

Choose a tag to compare

This patch was authored and released by @tanner0101.

SQLiteError now correctly conforms to DatabaseError (#50, fixes #49).