Skip to content

Tags: AvSoftAustralia/postgresql

Tags

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.
Merge pull request vapor-community#72 from vapor-community/hotfix-1.1.1

Hotfix 1.1.1

2.1.1

Toggle 2.1.1'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-community#67 from kzaher/master

Fixes memory leak.

2.1.0

Toggle 2.1.0's commit message
Merge pull request vapor-community#55 from vapor-community/swift4

Updates for Swift 4

2.0.2

Toggle 2.0.2's commit message
Merge pull request vapor-community#48 from vapor-community/numeric-pa…

…rsing

Numeric value parsing fixes

2.0.1

Toggle 2.0.1's commit message
Merge pull request vapor-community#44 from pruthvikar/pruthvikar-patc…

…h-1-reference-date-fix-1

Replace `calendar.timeZone = TimeZone(abbreviation: "UTC")!` because it crashes on Linux.

2.0.0

Toggle 2.0.0's commit message
Merge pull request vapor-community#42 from vapor-community/readme-upd…

…ates

Readme updates

2.0.0-beta.4

Toggle 2.0.0-beta.4's commit message
Merge pull request vapor-community#40 from vapor-community/vapor-2

Changes for 2.0 (beta 4)

2.0.0-beta.3

Toggle 2.0.0-beta.3's commit message
Kick CI

2.0.0-beta.2

Toggle 2.0.0-beta.2's commit message
Merge pull request vapor-community#36 from natebird/2.0.0-beta2

Most of changes below are to make things consistent with the Vapor MySQL counterpart and to help support features in the PostgreSQL Driver.

Changes:

Rename connection parameter from host to hostname. This allows for supporting master and read replica in PostgreSQL Driver.
Rename connected boolean to isConnected.
Rename connection pointer to cConnection.
Rename error var to lastError.
Move all connection tests into the ConnectionTests file.
New:

Add Error class for better error messaging.
Add Context class with isPostgreSQL var.

2.0.0-beta.1

Toggle 2.0.0-beta.1's commit message
Merge pull request vapor-community#32 from JuanjoArreola/master

Add connect with params test, simpler connect string creation