loopback-connector-postgresql
loopback-connector-postgresql copied to clipboard
PostgreSQL connector for LoopBack.
This should be `if(orderBy)` rather than `if(!orderBy)`
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`19.0.3` -> `19.2.1`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.0.3/19.2.1) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://redirect.github.com/chalk/chalk) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.3.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [x] `npm test` passes on your machine - [x] New tests added or existing tests modified...
The LTS dates in README.md are outdated and do not include the latest versions. ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [ ]...
## Suggestion The connector support the "contains" json/array operator. This operator select rows which contain ALL value in the array. I propose the support the "overlaps" json/array operator. This operator...
NOTE: This is a bug in `loopback-datasource-juggler`, however the issue template there _explicitly_ requests filing bugs in this project so :shrug: https://github.com/loopbackio/loopback-datasource-juggler/pull/1662 brought in some validation code that only is...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |...
1. Regular Expression Handling (Lines 734-742): - Before the change: The code checks if the operator is regexp and if the expression is already an instance of RegExp. If it...
Our application was crashing when the database connection unexpectedly failed. This happened because: 1. We were previously using `removeAllListeners('error')`, which unintentionally removed the pg library's error handlers. 2. This left...