News

«Copy as SQL INSERT» add quotes for column of type integer. Eg. : CREATE TABLE `croc` ( `id` int unsigned NOT NULL AUTO_INCREMENT ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; INSERT INTO croc (id) VALUES ...
Batch inserts seem to fail when SQL_Variant is being used and within the batch, different types are being used as params for sql_variant. e.g. EF core generates something like the following: CREATE ...