index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
oracle
/
introspection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
1
-1
/
+1
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
1
-8
/
+32
*
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-08
1
-6
/
+7
*
Used more augmented assignment statements.
Nick Pope
2022-10-31
1
-1
/
+1
*
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-06-01
1
-5
/
+5
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-7
/
+20
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-75
/
+108
*
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-03
1
-12
/
+30
*
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
1
-14
/
+0
*
Fixed DatabaseIntrospection.get_relations() docstring.
Tim Graham
2021-11-10
1
-1
/
+1
*
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-23
1
-3
/
+4
*
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
1
-10
/
+19
*
Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Mariusz Felisiak
2020-06-30
1
-16
/
+35
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-6
/
+19
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-0
/
+2
*
Optimized Oracle PKs introspection by adding get_primary_key_column().
Mariusz Felisiak
2019-01-18
1
-0
/
+16
*
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-26
1
-2
/
+14
*
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-21
1
-11
/
+22
*
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-21
1
-0
/
+1
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-21
1
-7
/
+4
*
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
Tim Graham
2017-09-22
1
-36
/
+0
*
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-09-13
1
-0
/
+28
*
Fixed #28364 -- Removed redundant table joins in Oracle's DatabaseIntrospecti...
Mariusz Felisiak
2017-07-06
1
-8
/
+2
*
Removed obsolete comment about IntegerField introspection on Oracle.
Mariusz Felisiak
2017-07-04
1
-1
/
+0
*
Fixed #28258 -- Optimized Oracle introspection by using LISTAGG.
Mariusz Felisiak
2017-06-02
1
-63
/
+42
*
Refs #26682 -- Added AutoField introspection on Oracle.
Mariusz Felisiak
2017-06-01
1
-7
/
+16
*
Removed unused DatabaseIntrospection._name_to_index() from Oracle backend.
Mariusz Felisiak
2017-04-18
1
-7
/
+0
*
Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.
Mariusz Felisiak
2017-04-17
1
-2
/
+1
*
Fixed #27924 -- Added support for cx_Oracle 5.3.
Mariusz Felisiak
2017-03-10
1
-1
/
+7
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-8
/
+10
*
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-15
1
-1
/
+1
*
Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntrospection....
Mariusz Felisiak
2017-02-09
1
-10
/
+3
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
1
-1
/
+1
*
Refs #19884 -- Added CharField max_length introspection on Oracle.
Mariusz Felisiak
2016-12-19
1
-5
/
+13
*
Refs #27324 -- Optimized DatabaseIntrospection.get_constraints() for foreign ...
Mariusz Felisiak
2016-12-05
1
-4
/
+2
*
Refs #24245 -- Added introspection for database defaults on Oracle.
Mariusz Felisiak
2016-11-30
1
-1
/
+9
*
Fixed #27324 -- Simplified DatabaseIntrospection.get_constraints() on Oracle.
Mariusz Felisiak
2016-10-14
1
-39
/
+17
*
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-12
1
-0
/
+7
*
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-09-02
1
-6
/
+7
*
Refs #20888 -- Added index order introspection.
Akshesh
2016-08-12
1
-2
/
+4
*
Removed unused foreign_key_re variables in MySQL/Oracle DB backends
Adam Chainz
2015-02-18
1
-4
/
+0
*
Fixed #24200 -- Made introspection bypass statement cache
Josh Smeaton
2015-02-10
1
-1
/
+6
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-1
/
+3
*
Fixed test failures in Oracle introspection
Shai Berger
2015-01-13
1
-1
/
+1
*
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2015-01-12
1
-3
/
+3
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
1
-1
/
+1
*
Made get_table_list return a TableInfo named tuple
Claude Paroz
2014-09-23
1
-4
/
+7
*
Made Oracle introspect FloatFields correctly
Shai Berger
2014-01-30
1
-10
/
+13
*
Made Oracle introspect boolean fields
Shai Berger
2014-01-29
1
-0
/
+2
[next]