mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-03 16:03:08 +08:00
![]() If a transaction had more than one "SELECT * FROM TABLE" statement, then only one of the executeSql callbacks would be called. The others would not be called, even though they were successful. This is because a transaction object had only one result set. Changed code so that each executeSql has a result set and unique "query id" so that the query results can be sent back to the correct statement's callback. |
||
---|---|---|
.. | ||
js | ||
www |