[ALOY-248] sql adapter and/or sql_model do not work with Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-09-11T23:31:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2012 Sprint 19, Release 3.0.0 |
Components | Runtime |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Russell McMahon |
Created | 2012-09-11T19:08:15.000+0000 |
Updated | 2012-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.
No comments