Title:
When using offline AIR support, the actionscript load(cls, object, ignoreLazyLoading) method is broken
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): Devin Holloway / Devin Holloway (Devin Holloway)
Created: 05/26/2012
Components: Flex/Flash
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 0
Problem Description:
I have a client-side class named "User". I try to load specific records from the generated SQLite table using the load() method:
syncManager.getCurrentSession().load(User, {name:"Devin"});
This produces the following error:
flash.errors.SQLError
errorSQL: SELECT * FROM U
For some reason, even though I'm specifying the class "User", it tries to load data from a table named "U" instead of "User"
Steps to Reproduce:
Actual Result:
Expected Result:
Any Workarounds: None, can't use that method
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3199274
External Customer Info:
External Company:
External Customer Name: Devin Holloway
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: