Resolve "Improve GENERATED support"

This commit is contained in:
Eelke Klein 2022-09-06 11:17:18 +00:00
parent 54e39ccdb3
commit 9277731c4e
13 changed files with 749 additions and 246 deletions

View file

@ -0,0 +1,15 @@
---
features:
- |
Full support for identity and generated columns. This includes recognizing
the new keywords, displaying column defaults as generated, showing the
correct SQL to recreate the objects.
The CRUD blocks editing of generated always columns.
issues:
- |
From a CRUD tab it is currently not possible to override an ALWAYS AS IDENTITY
column with OVERRRIDING SYSTEM VALUE.
- |
When all columns are GENERATED ALWAYS you cannot add a new row from a CRUD tab
thought technically it is possible to INSERT a row by using DEFAULT.