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