cordova-android/framework/assets
Bryce Curtis 1f3bd9f51c Add support for multiple executeSql statements in transaction that returns results.
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.
2010-10-13 13:43:52 -05:00
..
js Add support for multiple executeSql statements in transaction that returns results. 2010-10-13 13:43:52 -05:00
www tiny fix to droidgap gen for windows 2010-10-08 11:39:56 -07:00