ananas-desktop
ananas-desktop copied to clipboard
JDBC connector schema autodetect does not use sql filter
Currently, the schema auto-detect feature autodetects the table schema, however, when the user specifies a sql filter in the connector, the auto-detect should detects the sql output schema instead of the original table one.
this has been fixed in TestDocker in last PR on postgresql and mysql. If forceautoschema flag is not set to true then the schema is not updated. By setting it to true by default the output of an SQL fitler always updated the schema.
move this to 0.9.0 as the PR is merged in 0.9.0 release