fixes #7, the issue with files where a table is missing. Tables were tested...
fixes #7, the issue with files where a table is missing. Tables were tested with AND statements, so if a single table was missing, the DBManager started creating all tables. Now, we use OR clauses and the even if only one table is present (which should not occur, however) the file is considered non-empty and the creation of the tables is skipped
Loading
Please register or sign in to comment