air-sqlite
air-sqlite copied to clipboard
Have a way to group SELECT statements with a single result handler when they're all done
It would be nice to be able to execute a group of SELECT statements. They wouldn't run in a transaction (like an executeModify() batch does) but you could still have a single result handler.
Ideally you'd be able to get results both ways: have a way to specify a result handler for each statement (for processing individual results) and then also one for a whole "set" (to know when they're all done, or if you prefer processing all the results at once).
Thanks to Damon Muma (http://whatisdamon.com/) for this suggestion.