Releases: lux-group/lib-lequel
Releases · lux-group/lib-lequel
4.0.0
3.0.0
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
Allow usage of column names that are postgres keywords, such as "order"
Full text search
1.0.8
Make logs tuneable
By default, doesn't log SQL queries. Add the LOG_SQL=true env var, and it will provide logs.
Add IS NULL support
This adds IS NULL support
Added additional functionality
Add upsert support
This adds upsert support
Set custom DB Path
Can use setDatabaseUrl to set custom DB Connection path.