Skip to content

add 'date' to list on line 301 #6

@mgrant723

Description

@mgrant723
		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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions