mysql-wb-exportsqlite icon indicating copy to clipboard operation
mysql-wb-exportsqlite copied to clipboard

ON UPDATE CURRENT_TIMESTAMP not handled

Open mooreaa opened this issue 3 years ago • 0 comments

ON UPDATE CURRENT_TIMESTAMP is not directly compatible with sqlite.

I found that I could either manually remove these statements. Alternatively, looks like there may be a create a TRIGGER which handles this:

https://stackoverflow.com/questions/6578439/on-update-current-timestamp-with-sqlite

mooreaa avatar Nov 26 '21 07:11 mooreaa