Skip to content

Tags: 0xTim/postgres-nio

Tags

1.4.2

Toggle 1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use gitless forks

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Close connection if requestTLS fails (vapor#134)

* Close connection if requestTLS fails

* Add test to ensure we don't hit assert from leaking connection

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support custom JSON coders (vapor#127)

* Support non Foundation JSON coders

* add a `PostgresJSONEncoder` protocol with an API that mirrors the Foundation `JSONEncoder`'s decoding function

* add global `_defaultJSONEncoder` variable used in the JSON and JSONB type and that is defaulted to a Foundation `JSONEncoder`

* add a `PostgresJSONDecoder` protocol with an API that mirrors the Foundation `JSONDecoder`'s decoding function

* add global `_defaultJSONDecoder` variable used in the JSON and JSONB type and that is defaulted to a Foundation `JSONDecoder`

* Add docblocks for _defaultJSON{encoder,decoder} and their respective unit tests

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix prepare(query:) when no data returned (vapor#123)

* Updated prepared query handling to work when no results are returned

* Added test for issue 122

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Integer overflow fixes (vapor#120)

* int overflow fixes

* add new test

* reference pr

* update readme

1.2.2

Toggle 1.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 warnings + update CI (vapor#117)

* silence xcode 12b3 warnings

* update ci

* fix ci

* fix db name

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support parameter status messages in query / simpleQuery (vapor#116)

1.2.0

Toggle 1.2.0'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 VARCHAR[] (vapor#114)

* add varchar array type

* fix comment

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support remote close (vapor#110)

* support remote close

* fix fluent tests

* bump

* fix fluent test

1.1.0

Toggle 1.1.0's commit message
make public