Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLResult.data == null when swf-version > 15 #12

Open
jvanoostveen opened this issue Jul 31, 2012 · 1 comment
Open

SQLResult.data == null when swf-version > 15 #12

jvanoostveen opened this issue Jul 31, 2012 · 1 comment

Comments

@jvanoostveen
Copy link

I'm building my project with AIR 3.4 to test some of the upcoming features. All of a sudden the success handlers got called but the result.data was null. For the new features to be activated, the swf version has to be 17. But setting the swf-version on anything higher then 15, it will break and pass null. No fault handlers or whatever is called.

For testing purposes, I checked out your Address Book example application and it will run fine with AIR 3.4 / swf-version 17 (well, the database part, the code needed some minor fixes to be able to compile).
I currently don't have any other project to test it on, so if your tests pass correctly, it might be completely possible I have a bug somewhere appearing in newer swf versions...

@probertson
Copy link
Owner

Thanks for reporting this Joeri -- I haven't personally used the library on anything newer than AIR 3.0 or so. I'll try this out and see what I can figure out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants