jakev / dtfmods-core

Core content for Android device testing
Apache License 2.0
6 stars 2 forks source link

Remove "SELECT * ..." statements from AppDb #21

Closed jakev closed 9 years ago

jakev commented 9 years ago

There are quite a few select all statements in AppDb. Since the schema for the AppDb tables keep changing (expanding?), these should be removed. That way, older versions of dtf can still parse databases made by different versions (assuming columns didn't change).

jakev commented 9 years ago

Cleaned: https://github.com/jakev/dtfmods-core/commit/0a957849cc45dc37cbda467721cf70bf72662984