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

Loopback Connector for MySQL

Results 38 loopback-connector-mysql issues
Sort by recently updated
recently updated
newest added

This PR along with another [PR@loopback-datasource-juggler](https://github.com/loopbackio/loopback-datasource-juggler/pull/2316) will enable models to have index information. ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [x] `npm test`...

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

dependencies

## Steps to reproduce - Run loopback4 app using "loopback-connector-mysql": "7.0.13" - All endpoints work fine - After some time (e.g 2 hours), try to get data from an endpoint...

bug

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

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

Some tests are passing without actual tests being verified due to model discovery returning an empty array. ## Checklist - [ ] DCO (Developer Certificate of Origin) [signed in all...

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

Hi. While discovering models, if no schema is provided (and the `all` flag is false), the connector fetches the tables/models that belong to the logged-in user at MySQL DB. [Link](https://github.com/loopbackio/loopback-connector-mysql/blob/master/lib/discovery.js#L78)...

bug