Skip to content

How to customise mutableColumns to read-only generated columns in PostgreSQL? #209

@rangzen

Description

@rangzen

Hello,
We use generated columns with PostgreSQL, see Generated Columns.
We would like to exclude these columns from the generated mutableColumns list.
Can we use something like Generator customization?
Is this possible without adding fields to metadata.Table or metadata.Column? Without changing DefaultTableModel(tableMetaData metadata.Table) TableModel to an interface to reimplement (t table) MutableColumns() []Column?
Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions