Skip to content

Releases: lux-group/lib-lequel

4.0.0

22 Jan 01:51
0489898
Compare
Choose a tag to compare

PGSSLMODE=no-verify is non-standard an is not supported by psql

3.0.0

21 Jan 03:55
eee37cf
Compare
Choose a tag to compare

Added change required for connecting to heroku with node-postgres 8
Change default behavior when not specifying rejectUnauthorized with the SSL connection parameters. Previously we defaulted to rejectUnauthorized: false when it was not specifically included. We now default to rejectUnauthorized: true. Manually specify { ssl: { rejectUnauthorized: false } } for old behavior.
https://node-postgres.com/announcements#2020-02-25

Improve column support

03 Jul 06:58
00504c4
Compare
Choose a tag to compare

Allow usage of column names that are postgres keywords, such as "order"

Full text search

16 May 06:05
1.0.8
a271f0c
Compare
Choose a tag to compare

Make logs tuneable

07 May 01:06
0eaa526
Compare
Choose a tag to compare

By default, doesn't log SQL queries. Add the LOG_SQL=true env var, and it will provide logs.

Add IS NULL support

26 Apr 03:45
0a26a86
Compare
Choose a tag to compare

This adds IS NULL support

Added additional functionality

16 Mar 06:37
1.0.5
be6a762
Compare
Choose a tag to compare

Add upsert support

03 Aug 01:46
Compare
Choose a tag to compare

This adds upsert support

Set custom DB Path

04 Jul 04:46
Compare
Choose a tag to compare

Can use setDatabaseUrl to set custom DB Connection path.