We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dad6a7 commit d30c40aCopy full SHA for d30c40a
lib/connection_config.js
@@ -40,6 +40,7 @@ function ConnectionConfig (options) {
40
this.multipleStatements = options.multipleStatements || false;
41
this.rowsAsArray = options.rowsAsArray || false;
42
this.namedPlaceholders = options.namedPlaceholders || false;
43
+ this.nestTables = (options.nestTables === undefined) ? undefined : options.nestTables;
44
this.typeCast = (options.typeCast === undefined)
45
? true
46
: options.typeCast;
0 commit comments