constCREATE_TABLE_TEST="CREATE TABLE IF NOT EXISTS test ("+"id INTEGER PRIMARY KEY, "+"name TEXT NOT NULL, "+"age INTEGER, "+"salary REAL, "+"blobType BLOB)";
constSTORE_CONFIG={
name:"RdbInsertTest.db",
name:"rdbstoreTransactionTest.db",
}
varrdbStore=undefined;
...
...
@@ -41,7 +41,7 @@ describe('rdbstoreTransactionTest', function () {