csvjdbc
csvjdbc copied to clipboard
case sensitive column support
adding support for case sensitive columns like ID, Id, id
In CsvJdbc, column names in SQL queries are case insensitive and users of CsvJdbc are depending on this.
It is not possible to simply change CsvJdbc to be case sensitive.
This Pull Request will not be merged.