We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d97e3 commit 0a40afcCopy full SHA for 0a40afc
NEWS.md
@@ -11,9 +11,9 @@ We do not include break-fix version release in this file.
11
### v1.0
12
13
- remove deprecated functionality
14
- - `pg.connect` now __requires__ 3 arguments
15
- - Client#pauseDrain() / Client#resumeDrain removed
16
- - numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String`
+ - Callback function passed to `pg.connect` now __requires__ 3 arguments
+ - Client#pauseDrain() / Client#resumeDrain removed
+ - numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String`
17
18
### v0.15.0
19
0 commit comments