dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Add flag to import to display SQL warnings

Open VinaiRachakonda opened this issue 2 years ago • 0 comments

Since the dolt import path now supports warnings by going through the engine, we should actually expose those warnings. This is essential as during some imports the IGNORE syntax will cause data conversions (specified by the MySQL syntax) that are not obvious to the user.

Something like --show-warnings would work

VinaiRachakonda avatar Feb 22 '22 22:02 VinaiRachakonda