We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb57c4 commit 801f861Copy full SHA for 801f861
test/unit/query/test-query-rows-array.js
@@ -8,7 +8,7 @@ server.listen(common.fakeServerPort, function (err) {
8
assert.ifError(err);
9
10
connection.query({
11
- sql : 'SELECT CURRENT_USER()',
+ sql : 'SELECT CURRENT_USER()',
12
arrayRows : true
13
}, function (err, rows) {
14
0 commit comments