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

PostgreSQL connector for LoopBack.

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

## Current Behavior If url prop is set to "" the server crashes ## Expected Behavior It should be backward compatible, setting url:"" used to work previously It stopped working...

bug

This PR add support to the 'overlaps' postgresql extended operator. Currently the 'contains' operator return rows which contains all items in submitted array. The new 'overlaps' operator return rows which...

Signed-off-by: Francisco Buceta ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - `npm test` passes on your machine - New tests added or existing tests...

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

## Steps to reproduce A call is made in Loopback 4 but it doesn't resolve the where correctly. ```curl curl --location -g --request GET '127.0.0.1:3000/articles?filter[include][0]=attributes&filter[limit]=25&filter[where][attributes][or][0][name]=COLECCIÓN&filter[where][attributes][or][0][value][inq][0]=MARVEL&filter[where][attributes][or][0][value][inq][1]=SUPERHÉROES' ``` ## Current Behavior ```sql...

bug

## Steps to reproduce 1) Use loopback-connector-postgresql 5.5.0 (5.4.0 does not exhibit this issue) 2) Commit a transaction with an error (ex: unique key violation) 3) Rollback the transaction ##...

bug

New feature about querying encrypted fields.

stale

## Steps to reproduce 1. Create a model that has an object column, mapped as a JSON type in PostgreSQL 2. Try to do a `find` searching for a full...

bug
needs-priority
stale

## Suggestion An option to use joins instead of multiple calls for relations would be useful for performance reasons and would also not effect multi datasources setups by default. ##...

feature