Resolve "Improve GENERATED support"
This commit is contained in:
parent
54e39ccdb3
commit
9277731c4e
13 changed files with 749 additions and 246 deletions
15
releasenotes/notes/generated-support-1528dad543a7525f.yaml
Normal file
15
releasenotes/notes/generated-support-1528dad543a7525f.yaml
Normal 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue