Tags: AvSoftAustralia/postgresql
Tags
Merge pull request vapor-community#72 from vapor-community/hotfix-1.1.1 Hotfix 1.1.1
Merge pull request vapor-community#67 from kzaher/master Fixes memory leak.
Merge pull request vapor-community#55 from vapor-community/swift4 Updates for Swift 4
Merge pull request vapor-community#48 from vapor-community/numeric-pa… …rsing Numeric value parsing fixes
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.
Merge pull request vapor-community#42 from vapor-community/readme-upd… …ates Readme updates
Merge pull request vapor-community#40 from vapor-community/vapor-2 Changes for 2.0 (beta 4)
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.
Merge pull request vapor-community#32 from JuanjoArreola/master Add connect with params test, simpler connect string creation
PreviousNext