23.02.2011 22:32, Nathan пишет:
SQLStatement states that "statements may not return result sets larger than 1x1."
Sorry, I missed that.
Based on what I see in the Android source code, the critical line seems to be line 55 of SQLiteDirectCursorDriver. I may have a fighting chance if I violate some rules and use an SQLiteQuery directly.
In SQLiteQuery, both fillWindow() and requery() are package-level ... calling those is going to be a hack in itself.
I could become desperate enough for the ugly hack, but it means 10,000 database structures are out of date.
Good luck! -- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

