We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a64c2 commit c06794eCopy full SHA for c06794e
test/unit/test-SqlString.js
@@ -53,7 +53,7 @@ test('SqlString.escapeId', {
53
54
'raw within array not escaped': function () {
55
assert.equal(SqlString.escapeId(['firstColumnName', SqlString.raw('*'), 'secondColumnName']), '`firstColumnName`, *, `secondColumnName`');
56
- },
+ }
57
});
58
59
test('SqlString.escape', {
0 commit comments