Most other drivers do not set the schema by default. By default this driver returns PUBLIC as the schema. Is there a properties switch that can turn this off?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Most other drivers do not set the schema by default. By default this driver returns PUBLIC as the schema. Is there a properties switch that can turn this off?
Fixed in CsvJdbc bug 121, "CSV table data not displayed in DbVisualizer" and included in CsvJdbc version 1.0-30 released today.
CsvJdbc now always return no schema names instead of "PUBLIC" (because there are no situations where it is useful to return "PUBLIC").
Thank you