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

## Steps to reproduce 1. Have application connect to any db instances having multiple pg-pool pod 2. Run a jmeter against the application which fetches data from pg db continuously...

bug

https://loopback.io/doc/en/lb4/todo-list-tutorial-sqldb.html#specify-the-foreign-key-constraints-in-todo-model In your example below. ``` @model({ settings: { foreignKeys: { fk_todo_todoListId: { name: 'fk_todo_todoListId', entity: 'TodoList', entityKey: 'id', foreignKey: 'todoListId', }, }, }, }) export class Todo extends Entity...

bug

## Steps to reproduce Updating loopback libraries ` "@loopback/authentication": "^11.0.11", "@loopback/authentication-jwt": "^0.15.11", "@loopback/authorization": "^0.15.11", "@loopback/boot": "^7.0.11", "@loopback/context": "^7.0.11", "@loopback/core": "^6.1.8", "@loopback/openapi-v3": "^10.0.11", "@loopback/repository": "^7.0.11", "@loopback/rest": "^14.0.11", "@loopback/rest-explorer": "^7.0.11", "@loopback/service-proxy": "^7.0.11",...

bug

## Steps to reproduce * Add **onError** handler in DataSource for Loopback Connector Postgresql. * Use DataSource on frequent manner. * It should throw warnings like (node:80014) MaxListenersExceededWarning: Possible EventEmitter...

bug

https://github.com/loopbackio/loopback-next/issues/5709 As per above, when I was doing code debugging with JSON Web token Authentication feature for the Todo and TodoList tutorial yesterday, and I realised that I couldn't get...

bug

This PR and related PR at [loopback-connector](https://github.com/loopbackio/loopback-connector/pull/776) will enable support for partial json update Fixes #788 ## Checklist - [ ] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html)...