Fix default this.optimization_no_nested_callbacks = true (Android)

This commit is contained in:
Chris Brody 2012-04-22 06:40:15 +02:00
parent cf7c28b75f
commit b0de36dfc2

View File

@ -78,7 +78,7 @@
//this.optimization_no_nested_callbacks: default is true.
//if set to true large batches of queries within a transaction will be much faster but
//you will lose the ability to do multi level nesting of executeSQL callbacks
this.optimization_no_nested_callbacks = false;
this.optimization_no_nested_callbacks = true;
console.log("root.SQLitePluginTransaction - this.trans_id:"+this.trans_id);
transaction_queue[this.trans_id] = [];
transaction_callback_queue[this.trans_id] = new Object();