Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Add support for generated columns #100

Description

@nguyenk

Generated columns are the result of an automated calculation or JSON extraction (in mysql, but they also see to exists in MsSql).
Problem is, they are loaded into the dbRow and therefore will be added for update or insert statements, which will trigger an error.

Note : it would be nice to keep the possibility to get the value :)

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions