mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Generated columns not implemented in JoinedSubclassPersister? #6977
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrVrAlex on GitHub (May 12, 2022).
Bug Report
Summary
Not possible use Generated columns feature with Class Table Inheritance because for example what JoinedSubclassPersister re-write getInsertColumnList method without checks:
So this just forgot implement in this https://github.com/doctrine/orm/pull/9118 or for purpose? @mehldau @beberlei
Current behavior
Generated columns exists in insert/update SQL queries.
How to reproduce
Expected behavior
Generated columns do not exists in insert/update SQL queries.
@mrVrAlex commented on GitHub (May 12, 2022):
Duplicate https://github.com/doctrine/orm/issues/9467 Sorry.