Skip to content

Tags: code28/postgres-kit

Tags

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set SQLDialect.supportsReturning to true (vapor#189)

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix force unwrap in PostgresDataDecoder (vapor#184)

* Replace the force unwrap to throws

Things crash in here

* missing return

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.0.0 gm (vapor#182)

* 2.0.0 gm

* file updates

* update guide docs

* fix img

* fix img

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* code cleanup

* add search path

* add searchPath fixes vapor#9

* optional password

* fix decoder force unwrap vapor#175

* pass server hostname, fixes vapor#178

* array type test

* test fluent gm branch

* master + import fix

2.0.0-rc.1.2

Toggle 2.0.0-rc.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Postgres default port for URLs (vapor#183)

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix not-regexp operator, add case insensitive regexp operators (vapor…

…#139)

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix assertion while decoding of JSON (non-JSONB) (vapor#177)

2.0.0-rc.1.1

Toggle 2.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.
add ELGCP.database (vapor#165)

2.0.0-rc.1

Toggle 2.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#174)

* rc.1

* html

* ci updates

2.0.0-beta.3.8

Toggle 2.0.0-beta.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
alter table syntax (vapor#173)

2.0.0-beta.3.7

Toggle 2.0.0-beta.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support encoding arrays other than json (vapor#172)

* support encoding arrays other than json

* simplify decoder method

* test fluent on 5.2