generate_inserts icon indicating copy to clipboard operation
generate_inserts copied to clipboard

add 'date' to list on line 301

Open mgrant723 opened this issue 4 years ago • 0 comments

		WHEN @Data_Type IN ('char','varchar','nchar','nvarchar')

-> WHEN @Data_Type IN ('char','varchar','nchar','nvarchar','date')

currently dates generate unquoted which sql server will not convert to date

(could also cast or convert to date but believe it is never required for date)

mgrant723 avatar Jun 22 '21 18:06 mgrant723