row with a timestamp from MySQL dump file, : " dateCreated timestamp NULL DEFAULT current_timestamp(),"
These cause syntax errors when trying to read the sqlite result.
I believe correct way should be "Timestamp dateCreated DEFAULT CURRENT_TIMESTAMP,"