Skip to content

driver should return columns for buckets #54

@j-larson

Description

@j-larson

When the current driver is used with DBeaver, it shows the tables but not not the columns within. This is because DatabaseMetaData.getColumns() returns an empty result set.

We could fix this by using INFER to deduce the de facto columns in each bucket.

This would also fix the problem that although indexes are shown in DBeaver when using our driver, index columns are not, though they are returned by our driver.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions