#26682: Support Oracle 12c identity columns
--------------------------------+--------------------
     Reporter:  elarandjelovic  |      Owner:  nobody
         Type:  New feature     |     Status:  new
    Component:  Migrations      |    Version:  1.9
     Severity:  Normal          |   Keywords:  Oracle
 Triage Stage:  Unreviewed      |  Has patch:  0
Easy pickings:  0               |      UI/UX:  0
--------------------------------+--------------------
 Oracle 12c introduced the ability to create an identity column which
 avoids the need for triggers:

 https://oracle-base.com/articles/12c/identity-columns-in-oracle-12cr1

 This mechanism performs better than the trigger based approach and is now
 the recommended best practice.  Would it be possible for the migrations
 framework to support the generation of tables using this new syntax?

--
Ticket URL: <https://code.djangoproject.com/ticket/26682>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/057.b2ec0647f459a58ebd2e5c1c3fd3306a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to