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 5d253c1 commit d44ccdbCopy full SHA for d44ccdb
lib/connection.js
@@ -442,7 +442,7 @@ Connection.prototype.resume = function resume () {
442
443
Connection.prototype.keyFromFields = function keyFromFields (fields, options) {
444
var res = (typeof options.nestTables) + '/' + options.nestTables + '/' + options.rowsAsArray
445
- + options.supportBigNumbers + '/' + options.bigNumberStrings;
+ + options.supportBigNumbers + '/' + options.bigNumberStrings + '/' + typeof options.typeCast;
446
for (var i = 0; i < fields.length; ++i) {
447
res += '/' + fields[i].name + ':' + fields[i].columnType + ':' + fields[i].flags;
448
}
0 commit comments