[TIMOB-27164] iOS: Implement async Ti.Database.DB methods
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-07-15T12:39:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.1.0 |
Components | iOS |
Labels | n/a |
Reporter | Gary Mathews |
Assignee | Christopher Williams |
Created | 2019-06-18T18:24:29.000+0000 |
Updated | 2019-07-15T12:39:48.000+0000 |
Description
- *Parity ticket for Android implementation TIMOB-27111*
- Implement asynchronous
Ti.Database.DB
methods for executing SQL queries.
- Implement method for executing multiple queries in one shot. (Useful for transactions)
Ti.Database.DB.executeAsync(callback, query, parameters...);
Ti.Database.DB.executeAll(queries);
Ti.Database.DB.executeAllAsync(callback, queries);
https://github.com/appcelerator/titanium_mobile/pull/11022
FR Passed, waiting on Jenkins build.
merged to master and 8_1_X
Closing ticket, fix verified in SDK version 8.1.0.v20190712141959 and SDK version 8.2.0.v20190712143331. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/11022 https://github.com/appcelerator/titanium_mobile/pull/11034