SQL Collector using quotes for the UID
There was an issue with column names containing key words or special characters, causing the collector to break. Now to ensure that names are processed correctly the SQL queries generated by the SQL Query Collector for Generic databases encapsulates column names in special characters:
- For MS SQL Server it uses square brackets
[]
- For Oracle it uses quotation marks
""
INC-270103