Commit 802afaf2 by Guenter Sandner

test shared memory database on sqlite version >= 3.8 only

parent b1c35614
......@@ -55,7 +55,7 @@ describe('open/close', function() {
});
describe('open and close shared memory database', function() {
(sqlite3.VERSION_NUMBER < 3008000 ? describe.skip : describe)('open and close shared memory database', function() {
var db1;
var db2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment