loopback-connector-mysql
loopback-connector-mysql copied to clipboard
Loopback Connector for MySQL
### Describe the bug Hi there, Today we try to fulltextsearch with mysql, after install system, and configure as follow: Our application model: Our request crud (get): Server response: System...
As mentioned in https://github.com/loopbackio/loopback-connector-mysql/pull/471#pullrequestreview-1187161050, issue is to track fixing the CI pipeline.
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.13.0`](https://renovatebot.com/diffs/npm/eslint/8.57.1/9.13.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sinon](https://sinonjs.org/) ([source](https://togithub.com/sinonjs/sinon)) | [`^17.0.2` -> `^18.0.0`](https://renovatebot.com/diffs/npm/sinon/17.0.2/18.0.0) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mysql2](https://sidorares.github.io/node-mysql2/docs) ([source](https://togithub.com/sidorares/node-mysql2)) | [`3.6.3` -> `3.9.8`](https://renovatebot.com/diffs/npm/mysql2/3.6.3/3.9.8) | [](https://docs.renovatebot.com/merge-confidence/) |...
loopback: 3.28.0 loopback-context: 3.5.2 loopback-connector-mysql: 7.0.X Hi, When we tried switching to connector version 7.0.9 (mysql2) for our project, getContext() would get lost for no apparent reason. 6.2.0 (mysql) worked...
## 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 - [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 - [ ] New tests added or existing tests...
This PR marks an id property autoincrement only when type of the id property is integer/number. ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) -...
## Steps to reproduce Query data by including hasmany relation.. ```ts // Exemple result = await this.authorRepository.findOne({ where: { id : ''}, include:['books'] }) ``` ## Current Behavior in the...