mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #27090 -- Added real database sequence introspection.
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the review.
This commit is contained in:
parent
c2ecef869c
commit
c6a1faecc3
9 changed files with 131 additions and 10 deletions
|
@ -410,6 +410,10 @@ backends.
|
|||
for consistency). ``django.test`` also now passes those values as strings
|
||||
rather than as integers.
|
||||
|
||||
* Third-party database backends should add a
|
||||
``DatabaseIntrospection.get_sequences()`` method based on the stub in
|
||||
``BaseDatabaseIntrospection``.
|
||||
|
||||
Dropped support for Oracle 11.2
|
||||
-------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue