Skip to content

Latest commit

 

History

History
277 lines (122 loc) · 7.7 KB

CHANGELOG.md

File metadata and controls

277 lines (122 loc) · 7.7 KB

2.11.0 (2021-09-16)

Features

  • documentation on postgres-notifications (427119b)
  • automatic restart upon disconnected connection (2bc777a)
  • automatic recognition of changed enum (5af7146,bfaedd5)

Bug Fixes

2.10.2 (2021-01-29)

Bug Fixes

2.10.1 (2021-01-29)

Bug Fixes

2.10.0 (2021-01-29)

Features

  • new query function queryAsRows which gives result as array instead of objects (119aa73)

2.10.0 (2021-01-29)

Features

  • new query function queryAsRows which gives result as array instead of objects (119aa73)

2.9.2 (2020-06-13)

Bug Fixes

  • handle empty 'and' and 'or' condition (e49c416)

2.9.1 (2020-06-13)

Chore

bump pg (8.2.1) and pg-query-stream (3.1.1) to support nodejs v14

2.9.0 (2020-05-28)

Features

  • more options to handle transaction, savepoint support from API (d5a88cb)

2.8.0 (2020-04-29)

Bug Fixes

  • execute (file) function do not start new dedicated connection when run in one, add support for /* */ comment (d5a03d5)

Features

  • add notify and listen functions (fb3318a)

add initial support for postgresl PUB/SUB

add more test and update packages

[.. some missing update]

2.5.11 (2018-10-01)

Bug Fixes

  • queryOneField and queryOneColumn maybe fall if no result found (3395951)

2.5.10 (2018-08-14)

  • use different syntax for array query to avoid long sql (so instead of "field IN ($1, $2, $3)" where $1 $2 $3 are values use "field =ANY $1" where $1 is an array). There is no speed difference

2.5.8 (2018-04-23)

  • Nothing changed, just scripts runs and runs

2.5.7 (2018-04-23)

Bug Fixes

  • null item value handling on column type number[]

2.5.6 (2018-03-05)

Bug Fixes

  • reload function should use transaction if it started to reload schema. (d14c495)

2.5.5 (2017-12-12)

  • Nothing changed, just scripts runs and runs

2.5.4 (2017-12-12)

Bug Fixes

  • fix import statement

2.5.3 (2017-12-04)

Bug Fixes

  • array column parsing , JSON.parse do not handle correctly special characters ex: \ f (formfeed) (c2a48dc)

2.5.2 (2017-11-30)

Bug Fixes

  • update query build did not handle properly null value on query (0d84e61)

2.5.1 (2017-11-08)

  • Nothing changed, just scripts runs and runs

2.5.0 (2017-11-08)

Bug Fixes

  • add tslib to dependencies (eb16ea4)
  • jsonb[] column parsing (eafb0fd)

2.4.0 (2017-10-24)

Features

  • add queryFirst, queryOne queries which return only one result (dce7bad)
  • add distinct, forUpdate as boolean query options (dce7bad)

2.3.5 (2017-10-20)

Bug Fixes

  • option is passed to pg connect by a copied object not prototype (7c5e186)

2.3.4 (2017-10-19)

Bug Fixes

  • streams not released connections (a7fdb42)
  • textArray parsing do not handle right " character (c3993db)

2.3.3 (2017-10-13)

Bug Fixes

  • pg stream not working with newer version of pg-query-stream (00d1687)

2.3.2 (2017-09-29)

Bug Fixes

  • textArray parsing do not handle right \ escape character (7b9c332)

2.2.4 (2017-06-11)

2.2.3 (2017-06-06)

2.2.2 (2017-06-02)

2.2.1 (2017-03-20)

2.2.0 (2017-03-18)

2.1.1 (2017-03-13)

2.1.0 (2017-01-23)

2.0.0 (2016-12-12)

1.0.2 (2016-11-30)

1.0.1 (2016-10-13)

1.0.0 (2016-10-12)