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 9922c84 commit e178659Copy full SHA for e178659
test/test_json1.js
@@ -87,7 +87,8 @@ exports.test = function(sql, assert) {
87
String(db.exec(
88
"SELECT " + sql.split(" = ")[0] + " AS val;"
89
)[0].values[0][0]),
90
- String(sql.split(" = ")[1].replace(/'/g, ""))
+ String(sql.split(" = ")[1].replace(/'/g, "")),
91
+ sql
92
);
93
});
94
};
0 commit comments