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
*
[soc2010/app-loading] merged trunk
archive/soc2010/app-loading
soc2010/app-loading
Arthur Koziel
2010-09-13
1
-1
/
+1
*
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-05-04
1
-4
/
+1
*
Fixed a bug preventing cursor variables from being passed as bind parameters ...
Ian Kelly
2010-04-28
1
-3
/
+33
*
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-04
1
-0
/
+1
*
Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...
Russell Keith-Magee
2010-01-29
1
-7
/
+14
*
Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index u...
Ian Kelly
2010-01-25
1
-6
/
+6
*
Changes to get raw queries working on the oracle backend.
Ian Kelly
2009-12-22
1
-44
/
+60
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-16
/
+60
*
Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.
Ian Kelly
2009-08-24
1
-6
/
+15
*
Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...
Ian Kelly
2009-07-21
1
-3
/
+3
*
Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...
Russell Keith-Magee
2009-07-11
1
-6
/
+7
*
Fixed #6064 -- Added the `connection_created` signal for when a database conn...
Justin Bronn
2009-03-29
1
-0
/
+2
*
Fixed an issue with unicode being mangled in Oracle when the database charact...
Ian Kelly
2009-03-27
1
-0
/
+4
*
Fixed #10488: fixed DB cache backend test failures in Oracle.
Ian Kelly
2009-03-13
1
-0
/
+5
*
Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.
Ian Kelly
2009-03-12
1
-3
/
+26
*
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2009-03-11
1
-14
/
+15
*
Added savepoint support to the Oracle backend, necessary per the thread at ht...
Ian Kelly
2009-03-10
1
-0
/
+11
*
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-02-24
1
-0
/
+10
*
Fixed #10224: Don't attempt to decode binary string data in the Oracle backend.
Ian Kelly
2009-02-11
1
-1
/
+2
*
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
2009-02-08
1
-3
/
+9
*
Fixed #10125: fixed the Oracle dsn construction code that was broken in [9712].
Ian Kelly
2009-02-03
1
-3
/
+3
*
Fixed #9275: Extended the Oracle date format to allow DATE columns to be used...
Ian Kelly
2009-01-19
1
-1
/
+1
*
Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...
Matt Boersma
2009-01-16
1
-12
/
+23
*
Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow.
Ian Kelly
2009-01-16
1
-1
/
+4
*
Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...
Ian Kelly
2009-01-15
1
-3
/
+45
*
Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_...
Ian Kelly
2009-01-08
1
-14
/
+14
*
Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py dbshell"...
Matt Boersma
2008-12-11
1
-57
/
+78
*
Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress...
Matt Boersma
2008-12-08
1
-9
/
+9
*
Refs #9408: Removed support for passing params as dicts in the oracle backend...
Ian Kelly
2008-11-14
1
-24
/
+7
*
Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on Pyt...
Matt Boersma
2008-09-04
1
-4
/
+4
*
Corrected Oracle DatabaseError definition.
Ian Kelly
2008-09-01
1
-1
/
+1
*
Fixed escaping of wildcard characters in iexact lookups in Oracle.
Ian Kelly
2008-09-01
1
-0
/
+3
*
Fixed get_or_create test case for Oracle by re-raising the more specific Inte...
Matt Boersma
2008-08-25
1
-2
/
+14
*
Fixed #7628 -- Oracle backend won't try to recreate existing sequences during...
Matt Boersma
2008-08-24
1
-3
/
+17
*
Fixed #8485: Reordered imports in the database backends to ensure that the av...
Russell Keith-Magee
2008-08-22
1
-7
/
+7
*
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-11
1
-7
/
+15
*
Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend.
Malcolm Tredinnick
2008-07-30
1
-10
/
+33
*
Fixed #7560 -- Moved a lot of the value conversion preparation for
Malcolm Tredinnick
2008-07-29
1
-2
/
+17
*
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-22
1
-1
/
+0
*
Fixed #7532 -- Removed some dead code from the db backends. Thanks, Ramiro.
Malcolm Tredinnick
2008-07-06
1
-5
/
+0
*
Fixed #7407 -- in Oracle, made sure table names are properly quoted when rese...
Ian Kelly
2008-07-03
1
-5
/
+6
*
Refs #7565. Fixed Oracle sequence resetting on child models.
Ian Kelly
2008-07-03
1
-4
/
+6
*
Make sure we only create the minimum number of table indexes for MySQL.
Malcolm Tredinnick
2008-06-30
1
-1
/
+0
*
Fixed #7319 -- Removed unused DatabaseFeatures attribute 'needs_upper_for_iop...
Adrian Holovaty
2008-06-26
1
-1
/
+0
*
Fixed #7420 -- Abstracted some more database options into DatabaseFeatures --...
Adrian Holovaty
2008-06-16
1
-0
/
+3
*
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-27
1
-237
/
+37
*
Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC instead o...
Ian Kelly
2008-04-10
1
-6
/
+6
*
Fixed #6254: Made fetchone() in the oracle backend correctly convert
Ian Kelly
2008-01-04
1
-1
/
+4
*
Set Oracle stmtcachesize to 20 instead of 0 for a performance boost.
Matt Boersma
2007-12-21
1
-0
/
+6
*
Rearranged an Oracle ALTER statement so it is run only once per new connectio...
Matt Boersma
2007-12-20
1
-4
/
+8
[next]