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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`^9.0.0` -> `^10.1.0`](https://renovatebot.com/diffs/npm/mocha/9.2.2/10.1.0) |...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/loopbackio/loopback-datasource-juggler). ## Awaiting Schedule These updates are awaiting...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | major | `v1` -> `v2` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nanoid](https://togithub.com/ai/nanoid) | [`^3.3.4` -> `^4.0.0`](https://renovatebot.com/diffs/npm/nanoid/3.3.4/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/nanoid/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

## Steps to reproduce There's an inconsistency when calling `update` and `save` with the same `data` parameter. ## Current Behavior In [update](https://github.com/loopbackio/loopback-datasource-juggler/blob/251ced811b80177f47efb6a3270ed6d279263c46/lib/dao.js#L2211), [invokeConnectorMethod](https://github.com/loopbackio/loopback-datasource-juggler/blob/251ced811b80177f47efb6a3270ed6d279263c46/lib/dao.js#L2359) is passing `data` as is, without invoking...

bug

**Description** : Create call on a loopback model returns a property id as a response, in case where the property id starts from 0 it is removed from response. This...

bug

This is a mostly reverse-engineering effort to document the contracts in Juggler on a best-effort basis. Signed-off-by: Rifa Achrinza ## Checklist - [ ] [Sign off your commits](https://loopback.io/doc/en/contrib/code-contrib.html) with DCO...

## 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 - [x] New tests added or existing tests...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`^9.0.0` -> `^9.2.2`](https://renovatebot.com/diffs/npm/mocha/9.2.2/9.2.2) |...

dependencies

1. say model A as a referencesMany relation with model B and model B has a hasMany relation with model C 2. adding a scope in relation A>B to restrict...

bug
major
backlog