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
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-11-21
1
-1
/
+2
*
Used more augmented assignment statements.
Nick Pope
2022-10-31
1
-3
/
+3
*
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-18
1
-0
/
+4
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-6
/
+21
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-119
/
+137
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-2
/
+0
*
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-11-19
1
-8
/
+8
*
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-10-29
1
-13
/
+2
*
Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Mariusz Felisiak
2020-06-30
1
-0
/
+4
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-0
/
+2
*
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-04-30
1
-1
/
+9
*
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
1
-2
/
+2
*
Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.
Mariusz Felisiak
2020-02-18
1
-1
/
+4
*
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
1
-2
/
+3
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-2
/
+2
*
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-19
1
-0
/
+2
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-0
/
+1
*
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-20
1
-0
/
+3
*
Fixed #30307 -- Fixed incorrect quoting of database user password when using ...
msg
2019-04-04
1
-1
/
+1
*
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
1
-2
/
+2
*
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-30
1
-1
/
+1
*
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2018-10-17
1
-16
/
+24
*
Fixed various comments in django/db/backends/oracle/base.py.
Mariusz Felisiak
2018-10-13
1
-6
/
+3
*
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
Mariusz Felisiak
2018-10-11
1
-2
/
+0
*
Made DatabaseWrapper.oracle_version() return a full version tuple.
Mariusz Felisiak
2018-09-26
1
-9
/
+2
*
Removed Oracle's fetchmany() and fetchall() wrappers.
Sergey Fedoseev
2018-07-10
1
-8
/
+0
*
Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called w...
Mariusz Felisiak
2018-07-04
1
-2
/
+4
*
Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...
Mariusz Felisiak
2018-03-13
1
-9
/
+12
*
Fixed #28932 -- Prevented Oracle from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-12-20
1
-1
/
+9
*
Fixed #28934 -- Prevented Cast from truncating microseconds on Oracle.
Mariusz Felisiak
2017-12-20
1
-0
/
+2
*
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-11
1
-3
/
+3
*
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-04
1
-1
/
+1
*
Removed useless condition from Oracle's NullBooleanField's check constraint.
Mariusz Felisiak
2017-09-05
1
-1
/
+1
*
Removed unnecessary assignment in Oracle's FormatStylePlaceholderCursor._fix_...
Srinivas Reddy Thatiparthy
2017-08-07
1
-1
/
+0
*
Fixed #28411 -- Used cx_Oracle.Cursor.outputtypehandler instead of _rowfactor...
Mariusz Felisiak
2017-07-19
1
-51
/
+29
*
Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.
Sergey Fedoseev
2017-07-14
1
-4
/
+1
*
Replaced Oracle CursorIterator with generator expression.
Sergey Fedoseev
2017-07-14
1
-17
/
+1
*
Fixed #26682 -- Added support for Oracle identity columns.
Mariusz Felisiak
2017-06-01
1
-2
/
+2
*
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
1
-1
/
+1
*
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-05-23
1
-0
/
+5
*
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-05-23
1
-0
/
+1
*
Fixed #28138 -- Used output type handler instead of numbersAsStrings on Or...
Mariusz Felisiak
2017-04-28
1
-2
/
+15
*
Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.
Mariusz Felisiak
2017-04-17
1
-1
/
+1
*
Updated cx_Oracle arraysize comment.
Tim Graham
2017-03-28
1
-1
/
+1
*
Fixed #27924 -- Added support for cx_Oracle 5.3.
Mariusz Felisiak
2017-03-10
1
-1
/
+2
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-2
/
+2
*
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-26
1
-1
/
+1
*
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
1
-2
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-22
1
-3
/
+1
[next]