Commit Graph

10 Commits

Author SHA1 Message Date
dhmlau a622b4fd78 7.0.0
* feat: add mysql8 support, update to mysql2 client and drop nodejs v14 and mysql5.7 support (Samarpan Bhattacharya)
 * fix: parse some options to boolean (Muhammad Aaqil)
 * ci: update ci runner (Samarpan Bhattacharya)
2023-07-11 12:28:58 -04:00
Samarpan Bhattacharya 07173b6bde feat: add mysql8 support, update to mysql2 client and drop nodejs v14 and mysql5.7 support
BREAKING CHANGE
drop mysql5.7 support

Signed-off-by: Samarpan Bhattacharya <this.is.samy@gmail.com>
2023-06-30 15:28:47 +05:30
Samarpan Bhattacharya edf176b092 ci: update ci runner
Signed-off-by: Samarpan Bhattacharya <this.is.samy@gmail.com>
2023-04-04 12:32:17 +05:30
dhmlau 8176f5850c 6.2.0
* feat: add support for multiple insert in one query (Samarpan  Bhattacharya)
 * feat: Avoid 'USING ' on FULLTEXT index (FORNO)
 * fix: remove redundant debug (Rifa Achrinza)
 * docs: add SECURITY.md (#465) (Diana Lau)
 * docs: update coc (#464) (Diana Lau)
 * docs: add code of conduct (#463) (Diana Lau)
 * chore: remove .travis.yml (Diana Lau)
 * chore: add @marioestradarosa as codeowners (Diana Lau)
2023-01-09 14:47:14 -05:00
Samarpan Bhattacharya a3b354b7f4 feat: add support for multiple insert in one query
BREAKING CHANGE
drop nodejs v12 support and juggler v3 support

Signed-off-by: Samarpan Bhattacharya <this.is.samy@gmail.com>
2023-01-06 08:25:20 -08:00
Diana Lau f09bc95b5d 6.1.0
* feat(operators): add match against operator (Akshat  Dubey)
2021-10-20 19:56:45 -04:00
Diana Lau 76e09eaeaf 6.0.2
* chore: move this repo to loopbackio org (Diana Lau)
 * ci: add GitHub Actions (Diana Lau)
2021-07-12 12:52:36 -04:00
Diana Lau 584f0c50b0 ci: add GitHub Actions
Co-authored-by: Agnes Lin <agneslin.lin@ibm.com>
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2021-07-09 21:24:47 -04:00
Diana Lau 5d72993d2d 6.0.1
* fix (core) accepts boolean type (yongzhi-chen)
 * fix(docs): Specify table creation order method (Roderik van Heijst)
 * fix(docs): update enum type (Diana Lau)
2021-06-10 15:53:04 -04:00
yongzhi-chen f82154145d fix (core) accepts boolean type
Signed-off-by: Mario Estrada <marioestradarosa@yahoo.com>
2021-05-26 12:52:44 -06:00