Skip to content

Commit fca3600

Browse files
committed
Deploying to gh-pages from @ de08ddb πŸš€
1 parent 985aeb6 commit fca3600

3 files changed

Lines changed: 28 additions & 27 deletions

File tree

β€Žpackage-lock.jsonβ€Ž

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql.js",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",
55
"keywords": [
66
"sql",

β€Žtest/test_long_sql_statement.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports.test = function (sql, assert) {
66
var many_a = "";
77
for (var i = 0; i < len; i++) many_a += 'a';
88

9+
console.log('xxx');
910
var res = db.exec("select length('" + many_a + "') as len");
1011
var expectedResult = [
1112
{

0 commit comments

Comments
Β (0)