loopback-connector-mysql
loopback-connector-mysql copied to clipboard
Loopback Connector for MySQL
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
## Steps to reproduce - build a loopback datasource in a current mysql aurora (8.0.27 in my case) - run a regex search: https://foo.bar.com/api/foo?filter={%22where%22:%20{%22name%22:%20{%22regexp%22:%20%22/^foo/%22}}} ## Current Behavior results in an...
## Steps to reproduce 1. Create the model, repository, and detasource with `@property({type: 'string', mysql: {index: {kind: "FULLTEXT"}}})` on model. 2. `npm run migrate` on cli. 3. It should make...
Signed-off-by: Stefan Blaginov [email protected] Fixes #461 Ensures that a field set as an `id` in the `model` file, gets reflected as a primary key in the MySQL database during an...
## Steps to reproduce 1. Have a LoopBack 4 microservice using a MySQL database. 2. Have important data in the MySQL database belonging to the service (making `automigrate`-ing by `drop`-ing...
We're using loopback-connector-mysql v6.0.2 and normally any time there's a database issue, the application automatically reconnects to the database without any intervention on our part. However, we recently ran into...
## Steps to reproduce 1. Clone the project. 2. `npm instal`l 3. setup a mysql server with a fresh db 4. config the database parameters in env. 5. `npm run...
https://www.npmjs.com/package/mysql2 seems like mysql2 has a bump in performance. MySQL client for Node.js with focus on performance. Supports prepared statements, non-utf8 encodings, binary log protocol, compression, ssl
## Suggestion We can use MATCH operation with Natural Language mode. However, we cannot specify parser for a FULLTEXT index. Because `type` property should get `USING ` prefix, but FULLTEXT...
Signed-off-by: FORNO Implements #470 ## Result of test on my machine ``` 1978 passing (1m) 216 pending 3 failing ``` ``` 1) MySQL datetime handling should allow use of fractional...