ananas-desktop icon indicating copy to clipboard operation
ananas-desktop copied to clipboard

JDBC connector schema autodetect does not use sql filter

Open bhou opened this issue 5 years ago • 2 comments

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.

bhou avatar Aug 20 '19 05:08 bhou

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.

millboh avatar Aug 23 '19 22:08 millboh

move this to 0.9.0 as the PR is merged in 0.9.0 release

bhou avatar Aug 24 '19 14:08 bhou