index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
oracle
/
introspection.py
Age
Commit message (
Expand
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
Mariusz Felisiak
2025-10-31
Fixed #36661 -- Added introspection of database-level delete options.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-01-15
Refs #33817 -- Removed support for cx_Oracle per deprecation timeline.
Sarah Boyce
2023-08-10
Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.
Jingbei Li
2023-08-09
Refs #34233 -- Bumped required cx_Oracle to 8.3.
Mariusz Felisiak
2023-06-27
Fixed #34671 -- Fixed collation introspection for views and materialized view...
Mariusz Felisiak
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-11-10
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
Fixed DatabaseIntrospection.get_relations() docstring.
Tim Graham
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-06-30
Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Mariusz Felisiak
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-01-18
Optimized Oracle PKs introspection by adding get_primary_key_column().
Mariusz Felisiak
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-09-22
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
Tim Graham
2017-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-07-06
Fixed #28364 -- Removed redundant table joins in Oracle's DatabaseIntrospecti...
Mariusz Felisiak
2017-07-04
Removed obsolete comment about IntegerField introspection on Oracle.
Mariusz Felisiak
2017-06-02
Fixed #28258 -- Optimized Oracle introspection by using LISTAGG.
Mariusz Felisiak
2017-06-01
Refs #26682 -- Added AutoField introspection on Oracle.
Mariusz Felisiak
2017-04-18
Removed unused DatabaseIntrospection._name_to_index() from Oracle backend.
Mariusz Felisiak
2017-04-17
Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.
Mariusz Felisiak
2017-03-10
Fixed #27924 -- Added support for cx_Oracle 5.3.
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-09
Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntrospection....
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2016-12-19
Refs #19884 -- Added CharField max_length introspection on Oracle.
Mariusz Felisiak
2016-12-05
Refs #27324 -- Optimized DatabaseIntrospection.get_constraints() for foreign ...
Mariusz Felisiak
2016-11-30
Refs #24245 -- Added introspection for database defaults on Oracle.
Mariusz Felisiak
2016-10-14
Fixed #27324 -- Simplified DatabaseIntrospection.get_constraints() on Oracle.
Mariusz Felisiak
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-02
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-08-12
Refs #20888 -- Added index order introspection.
Akshesh
[next]