loopbackio / loopbackio/loopback-next
Test/Enable Node.js 14 support for SQL connectors
@jannyHou is already working on this.
Since Oct 27, 2020.
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1.1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 27
Description
Originated from epic: https://github.com/strongloop/loopback-next/issues/6019
### Acceptance Criteria
For the following connectors, test locally on Node.js 14 and see if all tests passed.
- If yes, add Node.js 14 to CI
- If not, try to fix it for simple fixes. If you don't think you can fix it in a day, open a new issue to keep track of it.
Here is the list of connectors:
_SQL connectors:_
- [x] loopback-connector
- [x] loopback-connector-mysql
- [x] loopback-connector-postgresql
- [x] loopback-connector-mssql
- [ ] loopback-connector-oracle
- [x] loopback-connector-db2 (need to find out if ibm_db supports Node.js 14)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.