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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`^8.57.1` -> `^9.30.0`](https://renovatebot.com/diffs/npm/eslint/8.57.1/9.30.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

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

At this point, the models have no information on indexes. This PR fetches index information for models. Related PR: [PR@loopback-connector-mysql](https://github.com/loopbackio/loopback-connector-mysql/pull/622) ## Checklist - [x] [Sign off your commits](https://loopback.io/doc/en/contrib/code-contrib.html) with DCO...

I am using loopback 3. In which I have model Item and that have embedded object `availableQtyBranchWise`. I was trying to update the `availableQtyBranchWise` using `$inc` but with this operator...

bug

Added code to allow empty array in createAll method. Currently it throws error. Include references to all related GitHub issues and other pull requests, for example: Fixes #2409 --> ##...

https://npmgraph.js.org/?q=qs - 18 dependencies https://npmgraph.js.org/?q=neoqs - 0 dependencies I used the legacy entry point to keep CJS support ## Checklist - [x] [Sign off your commits](https://loopback.io/doc/en/contrib/code-contrib.html) with DCO (Developer Certificate...

## Suggestion Allow empty array in createAll method ## Use Cases Ass when we pass empty array in createAll within a transaction then it gives error and transaction fails, thus...

feature

Update the version support section of the README. ## Checklist - [x] [Sign off your commits](https://loopback.io/doc/en/contrib/code-contrib.html) with DCO (Developer Certificate of Origin) - [ ] `npm test` passes on your...

The juggler changes the type of the id to the default type from the connector except useDefaultIdType is set to false. This PR enables the discoverer to add this flag...