constCREATE_TABLE_TEST="CREATE TABLE IF NOT EXISTS test ("+"id INTEGER PRIMARY KEY AUTOINCREMENT, "+"name TEXT NOT NULL, "+"age INTEGER, "+"salary REAL, "+"blobType BLOB)";
constCREATE_TABLE_TEST="CREATE TABLE IF NOT EXISTS test ("+"id INTEGER PRIMARY KEY AUTOINCREMENT, "+"name TEXT NOT NULL, "+"age INTEGER, "+"salary REAL, "+"blobType BLOB)";
...
@@ -171,5 +174,59 @@ describe('rdbStoreTest', function () {
...
@@ -171,5 +174,59 @@ describe('rdbStoreTest', function () {
console.info(TAG+"************* testRdbStore0005 end *************");
console.info(TAG+"************* testRdbStore0005 end *************");