loopback-connector-mssql
loopback-connector-mssql copied to clipboard
LoopBack connector for Microsoft SQL Server
[](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....
Have tried to search for similar issue, but could not find any. Basically, I am trying to use `like` operator in `loopback4` `filter` for columns that store `stringified` array of...
If you have SQL table with char or varchar datatypes, loopback connector always sends nvarchar as parameter type. At least it should get proper type from model definition, instead of...
Timebox: 1 week Signed-off-by: Rifa Achrinza ## 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 -...
Signed-off-by: Diana Lau Node.js 10 has reached EOL April 2020, see https://nodejs.org/en/about/releases/. We're dropping the support for Node.js 10. Note: We need to get GitHub Actions working for CI. I'm...
mssql connector migrate script not supports custom column names. ## Steps to reproduce ` @property({ type: 'string', mssql: { columnName: 'CustomErrorType' }, }) errorType: string;` ## Current Behavior Error: Column...