mysql2sqlite
mysql2sqlite copied to clipboard
Timestamp rows not ported correctly
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,"
Thank you! This looks like a bug.
PRs welcome. Otherwise I hope to fix this sometime in the future.