Skip to content

Fix that `TRIGGER` definitions need to come _after_ data for a table

Compare
Choose a tag to compare
@mpdude mpdude released this 21 Dec 10:49
· 12 commits to master since this release
481b94a

Since the addition of the CSV output mode in the 1.14.0 release, TRIGGER definitions were (unintentionally) dumped before the data for a table. In previous releases, they followed the INSERT statements.

Creating triggers before loading the data may be a problem when the trigger fires and not all tables have been created or locked at that time, so this change was reverted (#100).

What's Changed

Full Changelog: 1.14.0...1.14.1