Skip to content

Releases: filcuc/goliat

v0.2.4

22 Mar 15:40

Choose a tag to compare

Recompiled with SQLITE_THREADSAFE=2 so adding full thread support.
By default use serialised mode for opening

Full Changelog: v0.2.3...v0.2.4

v0.2.3

22 Mar 15:14

Choose a tag to compare

Updated SQLite code to 3.51.3
Full Changelog: v0.2.2...v0.2.3

v0.2.2

22 Mar 15:05

Choose a tag to compare

Added OpenWithFlags

Full Changelog: v0.2.1...v0.2.2

v0.2.1

22 Mar 14:43

Choose a tag to compare

Added support for getting and setting the SQLite threading mode

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Nov 23:02

Choose a tag to compare

  • Replaced BlobReader with BlobStream
  • BlobStream handle Reader, Writer and Seek
  • Blob handle ReadAt, WriteAt

Full Changelog: v0.1.5...v0.2.0

v0.1.5

08 Nov 13:38

Choose a tag to compare

  • Added support for Statement reset and clear bindings
  • Added support for ZeroBlob during Statement binding

Full Changelog: v0.1.4...v0.1.5

v0.1.4

28 Oct 02:34

Choose a tag to compare

Added boolean support

v0.1.3

28 Oct 02:14

Choose a tag to compare

Added ErrNoRows

v0.1.2: Transaction and Changes API

26 Oct 08:32

Choose a tag to compare

Added transaction and changes sqlite API support

v0.1.1

25 Oct 16:20

Choose a tag to compare

Removed license section