dnlnln / generate-sql-merge

Generate SQL MERGE statements with Table data
MIT License
337 stars 151 forks source link

Fixed a Bug with the TIME Data Type #82

Closed GuyGlantser closed 3 years ago

GuyGlantser commented 3 years ago

Added the TIME data type to line 483, which was missing from the list of date/time data types.

dnlnln commented 3 years ago

This is such a co-incidence. I just noticed the same problem while trying to generate a merge for a table in one of the sample databases (AdventureWorks HumanResources.Shift table). Thanks very much for the contribution.