[ALOY-298] Titanium SDK 3.0.0 breaks the "models/sql" test app on iOS
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-09-26T18:19:45.000+0000 |
Affected Version/s | 2012 Sprint 20 |
Fix Version/s | 2012 Sprint 20, Release 3.0.0 |
Components | Runtime, Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-09-26T17:51:55.000+0000 |
Updated | 2018-03-07T22:25:36.000+0000 |
Description
The "models/sql" test app runs fine on TiSDK 2.1.3, but fails with the following error on iOS when running against 3.0.0.
'3' is not a function (evaluating 'rs.fieldCount()') at sql.js (line 75)
The app works fine with 3.0.0 on Android. It seems as though the result set returned from the previous query is instead returning an integer value instead of the result set.
No comments