3843ee2 countme-totals.py: Fix SQLiteReader._fieldnames on old sqlite

Authored and Committed by Will Woods 3 years ago
    countme-totals.py: Fix SQLiteReader._fieldnames on old sqlite
    
    Older versions of sqlite didn't have pragma functions, so we can't use
    pragma_table_info to get the list of fields.
    
    Use PRAGMA directly and we're good to go. Yay!
    
        
file modified
+8 -3