All Versions
62
Latest Version
Avg Release Cycle
94 days
Latest Release
2022 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.5
November 04, 2019 -
v5.0.4 Changes
February 20, 2019- ⚡️ Update sql-query version to address security vulnerabilities ([841](../../pull/841)
-
v5.0.3 Changes
February 12, 2019- ⚡️ Update dependencies to address security vulnerabilities
-
v5.0.2 Changes
June 27, 2018- 🛠 Fix rare crash when object slips into postgres
escapeValue
(dresende/node-sql-query#54) ([#833](../../pull/833))
- 🛠 Fix rare crash when object slips into postgres
-
v5.0.1 Changes
June 25, 2018- ⚡️ Update sql-ddl-sync (no functionality changes; lodash update)
-
v5.0.0 Changes
June 13, 2018- ⚡️ Update dependencies ([#830](../../pull/830))
- You need to upgrade
pg
in your project to version 7.x. Older versions are no longer supported. - Postgres driver now has an error handler. You will need to add an error listener the the ORM instance returned by
connect
function, otherwise any errors will crash your application as per the EventEmitter documentation. This makes the Postgres driver consistent with other drivers supported by ORM (those however have reconnecting functionality, which prevents the error from surfacing). Due to the lack of reconnecting functionality, you should setconnection.reconnect
tofalse
to avoid connection errors. - Drop support for nodejs < 4 (required due to
pg
v 7 upgrade)
- You need to upgrade
- ⚡️ Update dependencies ([#830](../../pull/830))
-
v4.0.2 Changes
- 🛠 Fix timezone bug in sqlite ([822](../../pull/822)]
-
v4.0.1 Changes
- 🛠 Fix undefinedAsync accessor methods.
-
v4.0.0 Changes
- ➕ Added Promise support (see readme & wiki) ([#807](../../pull/807))
-
v3.2.4 Changes
July 18, 2017- ⚡️ Update dependencies