Titanium JIRA Archive
Alloy (ALOY)

[ALOY-248] sql adapter and/or sql_model do not work with Android

GitHub Issuen/a
TypeBug
PriorityCritical
StatusResolved
ResolutionFixed
Resolution Date2012-09-11T23:31:59.000+0000
Affected Version/sn/a
Fix Version/s2012 Sprint 19, Release 3.0.0
ComponentsRuntime
Labelsn/a
ReporterTony Lukasavage
AssigneeRussell McMahon
Created2012-09-11T19:08:15.000+0000
Updated2012-09-24T14:48:41.000+0000

Description

As shown in this PR: https://github.com/appcelerator/alloy/pull/67. To be clear, the sql_model app did not work on android before or after this PR resolved the missing module issue. The sql adapter and/or sql_model test app have never worked on android. It only works on iOS because of a bug in iOS's commonjs implementation that allows globals to be shared among modules. It is critical that the sql adapter support both ios and android, as the Titanium API supports SQL for both platforms. All sql adapter and sql_model code must work as expected on these 2 platforms or be considered incomplete. Android must be part of the testing process.

Comments

No comments

JSON Source