mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-28 03:12:16 -05:00
Fix default this.optimization_no_nested_callbacks = true (Android)
This commit is contained in:
parent
cf7c28b75f
commit
b0de36dfc2
@ -78,7 +78,7 @@
|
|||||||
//this.optimization_no_nested_callbacks: default is true.
|
//this.optimization_no_nested_callbacks: default is true.
|
||||||
//if set to true large batches of queries within a transaction will be much faster but
|
//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
|
//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);
|
console.log("root.SQLitePluginTransaction - this.trans_id:"+this.trans_id);
|
||||||
transaction_queue[this.trans_id] = [];
|
transaction_queue[this.trans_id] = [];
|
||||||
transaction_callback_queue[this.trans_id] = new Object();
|
transaction_callback_queue[this.trans_id] = new Object();
|
||||||
|
Loading…
Reference in New Issue
Block a user