Releases: denodrivers/postgres
Releases · denodrivers/postgres
0.11.0
17 Apr 17:49
Compare
Sorry, something went wrong.
No results found
0.9.0
17 Apr 17:48
Compare
Sorry, something went wrong.
No results found
v0.8.0
13 Feb 01:50
Compare
Sorry, something went wrong.
No results found
New features:
SSL/TLS connections and enforceable within the client (requires unstable)
Template string queries for queryArray and queryObject
Bug fixes:
Handle long column names instead of throwing
v0.7.1
04 Feb 13:59
Compare
Sorry, something went wrong.
No results found
Dependencies were updated to std 0.85.0
Authentication errors will now be parsed by the client instead of throwing a generic error
v0.7.0
31 Jan 11:31
Compare
Sorry, something went wrong.
No results found
Features:
Connection strings can now be used for instantiating a Pool
BREAKING: Unknown column types will be retrieved as strings instead of throwing
Document public interfaces with JSDoc
Support for new data types:
Box
Box array
Circle
Circle array
Date array
Float4 array
Float8 array
Line
Line array
Line segment
Line segment array
Path
Path array
Polygon
Polygon array
Tid
Tid array
Timestamp array
Timestamptz array
v0.6.0
29 Jan 00:54
Compare
Sorry, something went wrong.
No results found
Features:
Client.queryObject is a method that allows users to directly query results as objects and map this result columns to interfaces of their preference
Added generic types support to both Client.queryArray and Client.queryObject
Fixes:
Handle startup errors on client initialization
BREAKING CHANGES:
Client.query method is named queryArray now
Client.multiQuery was removed
v0.5.0
24 Jan 23:56
Compare
Sorry, something went wrong.
No results found
Add support for the following data types
Binary
Point
Array text based types
xid
BREAKING: bigint datatype is now parsed as BigInt
Add warning field to QueryResult. This field will contain all notices returned as a result of the query
v0.4.6
10 Dec 19:10
Compare
Sorry, something went wrong.
No results found
v0.4.5
16 Sep 05:55
Compare
Sorry, something went wrong.
No results found
Update for deno 1.4.0.
Note: v0.4.4 ran on deno 1.4.0 stable but failed to compile when using --unstable.
v0.4.4
15 Sep 17:25
Compare
Sorry, something went wrong.
No results found