Skip to content

Tags: stairtree/sqlite-nio

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve SQLite Boolean decoding (vapor#22)

* fix boolean decoder issue

* fix initializer as string

* removed typo

* uncommented tests with issues again

* cast to int

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create LICENSE

1.0.0-rc.2

Toggle 1.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for duplicate column names (vapor#21)

* add support for duplicate column names

* add more sqlite data conversions

* improve ci

* improve ci

* typo fix

1.0.0-rc.1.1

Toggle 1.0.0-rc.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Date decode from integer values (vapor#16)

* Fix retrieving a date stored in a DATE-typed column

Technically SQLite does not have support for other types than a very few, which do not include DATE. However, it is possible to create a DATE column, in which case anything can be put in it. Users would expect to retrieve a valid date when putting an integer as a value of such a column, especially since adding a float integral value returns an int value.

* Use //-styled comments

1.0.0-rc.1

Toggle 1.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Candidate 1 (vapor#15)

* rc.1

* update tests

* readme updates

* updates

1.0.0-beta.2.2

Toggle 1.0.0-beta.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Reference Date (vapor#13)

* fix timestamp reference date

* test conversion back to date

1.0.0-beta.2.1

Toggle 1.0.0-beta.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
publicize SQLiteRow properties (vapor#11)

1.0.0-beta.2

Toggle 1.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor#8 from vapor/tn-b2

beta.2

1.0.0-alpha.1.3

Toggle 1.0.0-alpha.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor#5 from twof/patch-1

Remove pkgConfig to enable usage on iOS

1.0.0-alpha.1.2

Toggle 1.0.0-alpha.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor#3 from vapor/zero-blob

fix zero length blob crash