- removed unused code
- supressed warnings
- internal cleaning
- hotfix: made Query params public
- Added a second method
contentResolver.querySql2(..)
that returns thecontentResolver.query(params)
calculated params instead of cursor
- Fixed multiple
GROUP BY
not working - Improved tests
- Fixed crashed
- Now is mandatory to specify
ORDER BY
when usingLIMIT
- Now is mandatory to specify
WHERE
when usingGROUP BY
- Now throws an exception when using
HAVING
withoutGROUP BY
- Now throws an exception when using
OFFSET
withoutLIMIT
- Added tests
- Renamed
contentResolver.queryParser(..)
tocontentResolver.querySql(..)
for better discoverability
- First release