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
*
Ensured a connection is established when checking the database version.
Aymeric Augustin
2013-02-19
1
-1
/
+3
*
Implemented Oracle version as a cached property.
Aymeric Augustin
2013-02-19
1
-13
/
+17
*
Factored out common code in database backends.
Aymeric Augustin
2013-02-18
1
-16
/
+4
*
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-16
1
-8
/
+54
*
Fixed #19638 -- Skipped tx support testing for some DBs
Anssi Kääriäinen
2013-02-10
1
-0
/
+1
*
Fixed #19606 -- Adjusted cx_Oracle unicode detection.
Jani Tiainen
2013-01-19
1
-4
/
+5
*
Fixed #19274 -- Made db connection creation overridable in subclasses
Anssi Kääriäinen
2012-11-27
1
-57
/
+69
*
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-11-03
1
-3
/
+1
*
Fixed Oracle failure for "%" in table name
Anssi Kääriäinen
2012-10-27
1
-0
/
+4
*
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-29
1
-5
/
+5
*
[py3] Removed duplicate imports.
Aymeric Augustin
2012-08-23
1
-2
/
+0
*
[py3] Fixed Oracle specific failures
Anssi Kääriäinen
2012-08-19
1
-1
/
+10
*
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-09
1
-1
/
+3
*
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
1
-9
/
+9
*
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-24
1
-8
/
+13
*
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
1
-1
/
+1
*
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
1
-3
/
+4
*
[py3] Removed longs.
Aymeric Augustin
2012-07-22
1
-1
/
+1
*
[py3] Exception aren't iterable in Python 3.
Aymeric Augustin
2012-07-22
1
-9
/
+9
*
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-22
1
-9
/
+10
*
Fixed #18330 - Made cache culling 3rd party db backend friendly
Anssi Kääriäinen
2012-07-05
1
-0
/
+7
*
Fixed #18465 -- Set date formats correctly on Oracle
Josh Smeaton
2012-06-26
1
-5
/
+11
*
Fixed connection.queries encoding handling on Oracle
Anssi Kääriäinen
2012-06-13
1
-1
/
+1
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-5
/
+5
*
Fixed #18319 -- Added 'supports_sequence_reset' DB feature
Anssi Kääriäinen
2012-05-22
1
-0
/
+1
*
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-10
1
-1
/
+1
*
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
1
-8
/
+8
*
Fixed #17923 -- Added missing import in the MySQL and Oracle backends. Thanks...
Aymeric Augustin
2012-03-17
1
-0
/
+1
*
Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins...
Aymeric Augustin
2012-02-27
1
-6
/
+17
*
Fixed #10320 -- Made it possible to use executemany with iterators. Thanks Mo...
Aymeric Augustin
2012-01-22
1
-0
/
+3
*
Simplified time zone support in the Oracle backend. Avoided outputtypehandler...
Aymeric Augustin
2011-12-07
1
-18
/
+6
*
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-18
1
-9
/
+36
*
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-14
1
-2
/
+5
*
Added an implementation of bulk insert via the ORM to the Oracle DB backend.
Ramiro Morales
2011-09-11
1
-0
/
+5
*
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-08-07
1
-0
/
+8
*
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-13
1
-4
/
+4
*
More removal of poorly legible constructs to workaround Python 2.4 shortcomings.
Ramiro Morales
2011-06-10
1
-3
/
+2
*
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-06-09
1
-6
/
+0
*
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2011-04-22
1
-0
/
+5
*
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-04-20
1
-0
/
+2
*
Fixed #15534: Made the Oracle runtime test for regex capabilities use the !Da...
Ian Kelly
2011-04-18
1
-3
/
+2
*
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-04-05
1
-18
/
+16
*
Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...
Ian Kelly
2011-03-08
1
-0
/
+1
*
Fixed #14149: Initialize the Oracle connection.operators at connection time s...
Ian Kelly
2011-01-24
1
-1
/
+42
*
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-12-22
1
-0
/
+14
*
Replaced an ImportError with ImproperlyConfigured in the Oracle backend.
Ian Kelly
2010-12-08
1
-2
/
+5
*
Fixed the Oracle environment variables not getting set correctly under Cygwin.
Ian Kelly
2010-12-03
1
-6
/
+25
*
Fixed #11706: Added an Oracle connection option to disable the use of RETURNI...
Ian Kelly
2010-12-01
1
-1
/
+6
*
Made the oracle backend throw the same ValueError as the mysql backend when a...
Ian Kelly
2010-11-12
1
-0
/
+13
*
Fixed a misapplied test skip feature in the oracle backend from r14139.
Ian Kelly
2010-11-12
1
-1
/
+1
[next]