Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27164] iOS: Implement async Ti.Database.DB methods

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2019-07-15T12:39:48.000+0000
Affected Version/sn/a
Fix Version/sRelease 8.1.0
ComponentsiOS
Labelsn/a
ReporterGary Mathews
AssigneeChristopher Williams
Created2019-06-18T18:24:29.000+0000
Updated2019-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);

Comments

  1. Christopher Williams 2019-07-02

    https://github.com/appcelerator/titanium_mobile/pull/11022
  2. Samir Mohammed 2019-07-12

    FR Passed, waiting on Jenkins build.
  3. Christopher Williams 2019-07-12

    merged to master and 8_1_X
  4. Samir Mohammed 2019-07-15

    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

JSON Source