c52aff4 sqlite2csv.sh: if there's only one table, dump that table

Authored and Committed by Will Woods 3 years ago
1 file changed. 26 lines added. 9 lines removed.
    sqlite2csv.sh: if there's only one table, dump that table
    
    Reworked sqlite2csv.sh so if the database only contains one table, it
    dumps that table. It also shouldn't create empty files if you mess up
    the filename.
    
        
file modified
+26 -9