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
/
base.py
Age
Commit message (
Expand
)
Author
2024-12-17
Fixed #7732 -- Added support for connection pools on Oracle.
suraj
2024-09-09
Refs #33817 -- Corrected errors raised when Oracle driver is not installed.
Mariusz Felisiak
2024-04-15
Fixed backends.oracle.tests.TransactionalTests.test_hidden_no_data_found_exce...
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-22
Fixed #35054 -- Fixed crash on Oracle when fetching JSONFields with oracledb ...
Mariusz Felisiak
2023-12-12
Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...
Mariusz Felisiak
2023-12-06
Replaced deprecated database type synonyms in Oracle backend.
Mariusz Felisiak
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
2022-11-21
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
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
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-11-19
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-10-29
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
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
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-02-18
Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.
Mariusz Felisiak
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-04-04
Fixed #30307 -- Fixed incorrect quoting of database user password when using ...
msg
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2018-10-17
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2018-10-13
Fixed various comments in django/db/backends/oracle/base.py.
Mariusz Felisiak
2018-10-11
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
Mariusz Felisiak
2018-09-26
Made DatabaseWrapper.oracle_version() return a full version tuple.
Mariusz Felisiak
2018-07-10
Removed Oracle's fetchmany() and fetchall() wrappers.
Sergey Fedoseev
2018-07-04
Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called w...
Mariusz Felisiak
2018-03-13
Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...
Mariusz Felisiak
2017-12-20
Fixed #28932 -- Prevented Oracle from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-12-20
Fixed #28934 -- Prevented Cast from truncating microseconds on Oracle.
Mariusz Felisiak
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-09-05
Removed useless condition from Oracle's NullBooleanField's check constraint.
Mariusz Felisiak
2017-08-07
Removed unnecessary assignment in Oracle's FormatStylePlaceholderCursor._fix_...
Srinivas Reddy Thatiparthy
2017-07-19
Fixed #28411 -- Used cx_Oracle.Cursor.outputtypehandler instead of _rowfactor...
Mariusz Felisiak
2017-07-14
Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.
Sergey Fedoseev
2017-07-14
Replaced Oracle CursorIterator with generator expression.
Sergey Fedoseev
2017-06-01
Fixed #26682 -- Added support for Oracle identity columns.
Mariusz Felisiak
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
[next]