Releases: jadbox/pg-rxjs
Releases · jadbox/pg-rxjs
v1.0.11
- Moment objects support for query parameters: auto converted to pg timestamps
- $NOW in the query gets converted to
to_timestamp( moment().utc().unix() )
v1.0.6
- Fixed null noop steps in a transaction
- Fixed errors not being thrown for invalid transaction values
v1.0.4
- Fixed transactions not adding BEGIN, COMMIT