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 1cea508 commit aeae38eCopy full SHA for aeae38e
1 file changed
test/integration/connection/test-typecast.js
@@ -54,7 +54,7 @@ connection.query(
54
{
55
sql: 'SELECT * from json_test',
56
typeCast: function(_field, next) {
57
- return next();
+ return next();
58
}
59
},
60
(err, _rows) => {
@@ -67,7 +67,7 @@ connection.execute(
67
68
69
70
71
72
73
0 commit comments