I have a SQL Server 13 “DATE” type column which either the Microsoft SQL Server Connector or the DB Table Selector node is converting to “VARCHAR”. The input type mapping is set to the default of DATE : → LocalDate → Local Date in both nodes. I also tried to add a DB query node and cast back to DATE, however the DB Data Spec Extractor node continues to show this as “VARCHAR”.
Ultimately, I am trying to filter rows based on date restrictions, but the only DB row filters allowed are string comparators.
Is there a way to cast back to “DATE” prior to extracting all rows with DB reader?