Merge pull request #15480 from styfle/patch-11

Add `max` length to ParameterOptions
This commit is contained in:
Nathan Shively-Sanders
2017-03-29 16:22:59 -07:00
committed by GitHub

View File

@@ -297,7 +297,7 @@ export interface ConnectionConfig {
export interface ParameterOptions {
// for VarChar, NVarChar, VarBinary
length?: number;
length?: number | 'max';
// precision for Numeric, Decimal
precision?: number;
// scale for Numeric, Decimal, Time, DateTime2, DateTimeOffset