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
*
queryset-refactor: Fixed some errors in Oracle regex handling that were
Malcolm Tredinnick
2008-04-23
1
-3
/
+10
*
queryset-refactor: The Oracle changes necessary for [7426]. I can't test these
Malcolm Tredinnick
2008-04-16
1
-114
/
+4
*
queryset-refactor: Merged from trunk up to [7415].
Malcolm Tredinnick
2008-04-13
1
-6
/
+6
*
queryset-refactor: Initial pass at fixing the Oracle support. Thanks, Justin ...
Malcolm Tredinnick
2008-03-19
1
-186
/
+65
*
queryset-refactor: Moved some backend-specific features into the database
Malcolm Tredinnick
2008-02-04
1
-2
/
+26
*
queryset-refactor: Merged from trunk up to [7002].
Malcolm Tredinnick
2008-01-09
1
-5
/
+18
*
queryset-refactor: Merged from trunk up to [6953].
Malcolm Tredinnick
2007-12-19
1
-0
/
+19
*
queryset-refactor: Merged from trunk up to [6856].
Malcolm Tredinnick
2007-12-03
1
-1
/
+2
*
queryset-refactor: Merged to [6250]
Adrian Holovaty
2007-09-15
1
-7
/
+13
*
queryset-refactor: Merged to [6220]
Adrian Holovaty
2007-09-15
1
-18
/
+26
*
queryset-refactor: Merged to [6198]
Adrian Holovaty
2007-09-15
1
-0
/
+5
*
queryset-refactor: Merged to [6197]
Adrian Holovaty
2007-09-15
1
-6
/
+9
*
Fixed breakage of test suite for Oracle by adding a null check.
Matt Boersma
2007-08-21
1
-1
/
+1
*
Made various negligible formatting cleanups to the database backends
Adrian Holovaty
2007-08-20
1
-4
/
+2
*
Refactored OPERATOR_MAPPING so that it exists as django.db.connection.operato...
Adrian Holovaty
2007-08-20
1
-15
/
+14
*
Simplified max_name_length() call in oracle database backend
Adrian Holovaty
2007-08-20
1
-1
/
+1
*
Refactored get_drop_sequence() to DatabaseOperations.drop_sequence_sql(). Ref...
Adrian Holovaty
2007-08-20
1
-3
/
+3
*
Refactored get_field_cast_sql() to DatabaseOperations.field_cast_sql(). Refs ...
Adrian Holovaty
2007-08-20
1
-6
/
+6
*
Refactored get_query_set_class() to DatabaseOperations.query_set_class(). Als...
Adrian Holovaty
2007-08-20
1
-240
/
+238
*
Removed a bunch of legacy django.db.backend imports
Adrian Holovaty
2007-08-20
1
-1
/
+1
*
Implemented BaseDatabaseFeatures and changed all code to access it -- connect...
Adrian Holovaty
2007-08-20
1
-10
/
+10
*
Removed backend.dictfetchall(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
1
-2
/
+0
*
Removed backend.dictfetchmany(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Removed backend.dictfetchone(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-20
1
-22
/
+22
*
Refactored get_tablespace_sql() to DatabaseOperations.tablespace_sql(). Refs ...
Adrian Holovaty
2007-08-20
1
-3
/
+3
*
Refactored get_start_transaction_sql() to DatabaseOperations.start_transactio...
Adrian Holovaty
2007-08-20
1
-3
/
+3
*
Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...
Adrian Holovaty
2007-08-20
1
-18
/
+17
*
Refactored get_sql_flush() to DatabaseOperations.sql_flush(). Refs #5106
Adrian Holovaty
2007-08-20
1
-27
/
+22
*
Refactored get_random_function_sql() to DatabaseOperations.random_function_sq...
Adrian Holovaty
2007-08-20
1
-4
/
+4
*
Refactored get_pk_default_value() to DatabaseOperations.pk_default_value(). R...
Adrian Holovaty
2007-08-19
1
-3
/
+0
*
Refactored get_max_name_length() to DatabaseOperations.max_name_length(). Ref...
Adrian Holovaty
2007-08-19
1
-7
/
+7
*
Refactored get_limit_offset_sql() to DatabaseOperations.limit_offset_sql(). R...
Adrian Holovaty
2007-08-19
1
-5
/
+5
*
Refactored get_last_insert_id() to DatabaseOperations.last_insert_id(). Refs ...
Adrian Holovaty
2007-08-19
1
-5
/
+5
*
Refactored get_fulltext_search_sql() to DatabaseOperations.fulltext_search_sq...
Adrian Holovaty
2007-08-19
1
-3
/
+0
*
Refactored get_drop_foreignkey_sql() to DatabaseOperations.drop_foreignkey_sq...
Adrian Holovaty
2007-08-19
1
-3
/
+0
*
Refactored get_deferrable_sql() to DatabaseOperations.deferrable_sql(). Refs ...
Adrian Holovaty
2007-08-19
1
-3
/
+3
*
Refactored get_datetime_cast_sql() to DatabaseOperations.datetime_cast_sql()....
Adrian Holovaty
2007-08-19
1
-3
/
+3
*
Refactored get_date_trunc_sql() to DatabaseOperations.date_trunc_sql(). Refs ...
Adrian Holovaty
2007-08-19
1
-10
/
+9
*
Refactored get_date_extract_sql() to DatabaseOperations.date_extract_sql(). R...
Adrian Holovaty
2007-08-19
1
-5
/
+4
*
Began implementing BaseDatabaseOperations class for every database backend. T...
Adrian Holovaty
2007-08-19
1
-17
/
+20
*
Refactored all database backends to inherit from a common base class to remov...
Adrian Holovaty
2007-08-19
1
-32
/
+3
*
Fixed #5087 -- Fixed support for TextField filtering with Oracle. Thanks, Ian...
Malcolm Tredinnick
2007-08-19
1
-0
/
+6
*
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-04
1
-15
/
+49
*
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All
Malcolm Tredinnick
2007-06-23
1
-40
/
+408
*
Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a
Malcolm Tredinnick
2007-04-25
1
-0
/
+1
*
Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...
Russell Keith-Magee
2007-04-06
1
-0
/
+4
*
Fixed #3024 -- Fixed database commit() and rollback() behaviour so it works
Malcolm Tredinnick
2007-03-09
1
-2
/
+3
*
Fixes #2333 -- Added test fixtures framework.
Russell Keith-Magee
2007-03-01
1
-0
/
+14
*
Fixed #3390: the serializer can now contain forward references. Thanks, Russ.
Jacob Kaplan-Moss
2007-02-26
1
-0
/
+3
[next]