loopback-connector-postgresql icon indicating copy to clipboard operation
loopback-connector-postgresql copied to clipboard

PostgreSQL connector for LoopBack.

Results 37 loopback-connector-postgresql issues
Sort by recently updated
recently updated
newest added

This should be `if(orderBy)` rather than `if(!orderBy)`

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chalk/5.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chalk/5.3.0?slim=true)](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...

needs-test

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...

feature

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...

bug

> **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...