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

Building blocks for LoopBack connectors

Results 21 loopback-connector issues
Sort by recently updated
recently updated
newest added

## Steps to reproduce Call `new Connector(/*...*/).isRelational()` Offending line: https://github.com/loopbackio/loopback-connector/blob/e85797318c76890c387050c39e84e09cc83214a2/lib/connector.js#L36-L37 ## Current Behavior It returns itself (a function), which then requires a 2nd call to get the expected boolean value....

bug

Custom `encodeDate`, `decodeDate` functions are not used by _msgpack5_, because custom types encoding happens after `Date` type encoding inside `msgpack.encode` function. This can be fixed by disabling default `Date`s encoding...

bug
breaking-change

On tables with 100 million+ rows, when querying for a single row using loopback it'll insert an "order by id" forcing the entire table read. ## Steps to reproduce I...

bug
developer-experience
help wanted
good first issue

_This is a follow-up task for the proposal outlined in strongloop/loopback-next#2712._ The intention is to share as much of index/FK migration logic among all SQL connectors, to ensure consistent behavior....

major
spike

_This is a follow-up task for the proposal outlined in https://github.com/strongloop/loopback-next/issues/2712._ Implement a helper functions in base `Connector` class to process index and foreign-key definitions in an unified way and...

major
feature

### Bug or feature request - [x] Bug - [ ] Feature request ### Description of feature (or steps to reproduce if bug) 1. Insert 10 rows in a model/table...

bug
major
help wanted

We are working with a legacy database that has our data divided among different schemas. As per the documentation, I should be able to set the schema for an individual...

bug
major
needs-priority

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chai-as-promised](https://togithub.com/chaijs/chai-as-promised) | [`^7.1.2` -> `^8.0.0`](https://renovatebot.com/diffs/npm/chai-as-promised/7.1.2/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chai-as-promised/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chai-as-promised/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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

dependencies

(https://nvd.nist.gov/vuln/detail/CVE-2021-21368)

bug