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

Description
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 :)