summaryrefslogtreecommitdiff
path: root/doc/build/changelog/unreleased_14/5362.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/changelog/unreleased_14/5362.rst')
-rw-r--r--doc/build/changelog/unreleased_14/5362.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/5362.rst b/doc/build/changelog/unreleased_14/5362.rst
new file mode 100644
index 000000000..1f9fa8912
--- /dev/null
+++ b/doc/build/changelog/unreleased_14/5362.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: schema, sql
+ :tickets: 5362, 5324, 5360
+
+ Added the :class:`_schema.Identity` construct that can be used to
+ configure identity columns rendered with GENERATED { ALWAYS |
+ BY DEFAULT } AS IDENTITY. Currently the supported backends are
+ PostgreSQL >= 10, Oracle >= 12 and MSSQL (with different syntax
+ and a subset of functionalities).