File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ var pg = require('pg')
66
66
67
67
var pool = new pg.Pool()
68
68
69
- // your friendly neighboorhood pool interface, without the singleton
69
+ // your friendly neighborhood pool interface, without the singleton
70
70
pool.connect(function(err, client, done) {
71
71
// ...
72
72
})
@@ -113,7 +113,7 @@ client.query('SELECT $1::text as name', ['brianc'])
113
113
- Add option to parse JS date objects in query parameters as [ UTC] ( https://github.com/brianc/node-postgres/pull/943 )
114
114
115
115
### v4.4.0
116
- - Warn to ` stderr ` if a named query exceeds 63 characters which is the max lenght supported by postgres.
116
+ - Warn to ` stderr ` if a named query exceeds 63 characters which is the max length supported by postgres.
117
117
118
118
### v4.3.0
119
119
- Unpin ` pg-types ` semver. Allow it to float against ` pg-types@1.x ` .
You can’t perform that action at this time.
0 commit comments