fix: update mssql parameters query to match ParameterInfo

This commit is contained in:
Nybkox
2024-11-28 10:03:16 +01:00
parent 3a12601103
commit 8313d7f9f1
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ module.exports = `
SELECT
o.object_id as parentObjectId,
p.object_id as objectId,
p.name AS pureName,
o.name as pureName,
p.name AS parameterName,
TYPE_NAME(p.user_type_id) AS dataType,
p.max_length AS charMaxLength,
p.precision AS precision,