This repository was archived by the owner on Apr 17, 2020. It is now read-only.
Releases: knorm/postgres
Releases · knorm/postgres
Release list
v2.0.5
v2.0.4
v2.0.3
v2.0.2
2.0.2 (2019-03-13)
Bug Fixes
- pass query errors to client.release (035c5b5), closes /github.com/brianc/node-postgres/issues/1745#issuecomment-469703239
v2.0.1
v2.0.0
2.0.0 (2019-02-03)
Bug Fixes
- update multi-update code to handle table aliasing (bcbe4d0)
chore
Code Refactoring
- move connection handling into @knorm/knorm (db2e46e)
- remove
initClientandrestoreClientoptions (4595588)
BREAKING CHANGES
- This plugin now peer-depends on @knorm/knorm v2
- Removed
initClientandrestoreClientoptions.
Instead, use
Connection.prototype.create
and
Connection.prototype.close
for any logic to be run before creating and closing database
connections. - These changes depend on v2 of @knorm/knorm