Comparing version 10.117.0 to 10.117.1
@@ -171,3 +171,3 @@ (function() { | ||
// try @execute SQL"rollback;" if @sqlt1.inTransaction catch error then null | ||
return null; | ||
return R; | ||
} | ||
@@ -174,0 +174,0 @@ |
{ | ||
"name": "dbay", | ||
"version": "10.117.0", | ||
"version": "10.117.1", | ||
"description": "In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3", | ||
"main": "lib/main.js", | ||
"scripts": { | ||
"build": "coffee --map -o lib -c src", | ||
"test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/dbay'", | ||
"preinstall": "./build-sqlite3" | ||
}, | ||
"repository": { | ||
@@ -32,3 +27,8 @@ "type": "git", | ||
"intertype": "7.6.7" | ||
}, | ||
"scripts": { | ||
"build": "coffee --map -o lib -c src", | ||
"test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/dbay'", | ||
"preinstall": "./build-sqlite3" | ||
} | ||
} | ||
} |
@@ -537,4 +537,9 @@ | ||
* **[+]** make `first_row()`, `all_rows()` etc accept statements and strings | ||
* **[+]** at the moment we use `cfg.prefix` for (inherently schema-less) UDF names (and require a trailing | ||
underscore to be part of the prefix), and `cfg.schema` for plugin-in-specific DB tables and views; in the | ||
future, we should use a single parameter for both (and make the underscore implicit). In addition, it | ||
should be possible to choose whether a plugin will create its objects with a prefix (in the same schema as | ||
the main DB) or within another schema. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11988241
545