Skip to content

Commit fca3600

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

File tree

3 files changed

+28
-27
lines changed

3 files changed

+28
-27
lines changed

β€Ž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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy