Bug #107530 | GENERATED STORED fields can't be omitted from INSERT? | ||
---|---|---|---|
Submitted: | 9 Jun 2022 18:37 | Modified: | 10 Jun 2022 11:57 |
Reporter: | Nino Skopac | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.0.28 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[9 Jun 2022 18:37]
Nino Skopac
[10 Jun 2022 11:57]
MySQL Verification Team
Hi Mr. Skopac, Thank you very much for your bug report. However, this is not a bug, but intended behaviour. Those columns can not be NULL simply because they are generated from the column that is never NULL. Not a bug.