Skip to content

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

Closed
@rangzen

Description

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions