loopback-datasource-juggler icon indicating copy to clipboard operation
loopback-datasource-juggler copied to clipboard

Connect Loopback to various Data Sources

Results 49 loopback-datasource-juggler issues
Sort by recently updated
recently updated
newest added

### Describe the bug some loopback components depends on a vulnerable version of nanoid from loopback-datasource-juggler dependencies ### Logs ```shell === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review...

bug

## Suggestion shortid package uses nodes cluster mode. Passenger deployment environment does not support/allow for Nodes cluster mode. This becomes a blocker even when the shortid package feature not being...

feature

### pm2 start server with two instance , ### two instance connect one mysql server. ![1637033091(1)](https://user-images.githubusercontent.com/30583832/141890334-01df1944-2366-4e09-aead-bfb3c9e18219.png) ``` Component.queue = async (obj, appId, projectId, accessToken) => { const Project = Component.app.models.project;...

bug
needs grooming

I don't have enough familiarity with the codebase to write the necessary tests; We can put it into the backlog or someone else can help write and push some tests...

stale

## Steps to reproduce 1. Create a model with a property of either of the following types: JSON, Any, or Object 2. Ensure the property above is not required. 3....

bug
stale

## Steps to reproduce 1. Create a model including a property like: ``` "properties" : { .... "list": { "type": ["string"], "index": true } ... } ``` 2. Add "scope"...

bug

Starting from `[email protected]` queries using `like`, `nlike`, `ilike`, and `nilike` operators on SQL DBs (PostgreSQL in my case) fails, because the presence of parentheses (like in `{where: {name: {nlike: 'Internal...

bug
major
community-contribution
regression

## Steps to reproduce Create a model called Book with the properties id,author,title Add a hasMany relation between the default User model and the Book model using a through Model...

bug
good first issue
LB3-only

## Steps to reproduce Create a model called Book with the properties id,author,title Add a hasMany relation between the default User model and the Book model using a through Model...

bug
community-contribution
good first issue
LB3-only

The following code works fine in v3.30.0: ``` const query = { where: { or: [ { username: username }, { email: username } ] } }; self.userModel.findOne(query, function (err,...

bug
major
help wanted
regression