-
Notifications
You must be signed in to change notification settings - Fork 15
Updating tedious in mssql docs sample #154
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
In order to get the current
mssql-based SQL Server sample working on https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/main/cloud-sql/sqlserver/mssql we'll need to make suremssqlis using a newer version oftedious, which supports theconnectorconfig property which in turn enable support to the Cloud SQL Node.js Connector.Once
mssqlis updated upstream we should be able to update our SQL Server doc sample to start using the Node.js Connector package.Related to: #140