mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed #26682 -- Added support for Oracle identity columns.
Thanks Shai Berger and Tim Graham for reviews.
This commit is contained in:
parent
cde31daf88
commit
924a89e135
6 changed files with 168 additions and 79 deletions
|
@ -206,6 +206,11 @@ Models
|
|||
* The new :class:`~django.db.models.functions.StrIndex` database function
|
||||
finds the starting index of a string inside another string.
|
||||
|
||||
* On Oracle, ``AutoField`` and ``BigAutoField`` are now created as `identity
|
||||
columns`_.
|
||||
|
||||
.. _`identity columns`: https://docs.oracle.com/database/121/DRDAA/migr_tools_feat.htm#DRDAA109
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue