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
2008-09-04
Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on Pyt...
Matt Boersma
2008-09-01
Corrected Oracle DatabaseError definition.
Ian Kelly
2008-09-01
Fixed escaping of wildcard characters in iexact lookups in Oracle.
Ian Kelly
2008-08-25
Fixed get_or_create test case for Oracle by re-raising the more specific Inte...
Matt Boersma
2008-08-24
Fixed #7628 -- Oracle backend won't try to recreate existing sequences during...
Matt Boersma
2008-08-22
Fixed #8485: Reordered imports in the database backends to ensure that the av...
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-07-30
Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend.
Malcolm Tredinnick
2008-07-29
Fixed #7560 -- Moved a lot of the value conversion preparation for
Malcolm Tredinnick
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-06
Fixed #7532 -- Removed some dead code from the db backends. Thanks, Ramiro.
Malcolm Tredinnick
2008-07-03
Fixed #7407 -- in Oracle, made sure table names are properly quoted when rese...
Ian Kelly
2008-07-03
Refs #7565. Fixed Oracle sequence resetting on child models.
Ian Kelly
2008-06-30
Make sure we only create the minimum number of table indexes for MySQL.
Malcolm Tredinnick
2008-06-26
Fixed #7319 -- Removed unused DatabaseFeatures attribute 'needs_upper_for_iop...
Adrian Holovaty
2008-06-16
Fixed #7420 -- Abstracted some more database options into DatabaseFeatures --...
Adrian Holovaty
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-10
Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC instead o...
Ian Kelly
2008-01-04
Fixed #6254: Made fetchone() in the oracle backend correctly convert
Ian Kelly
2007-12-21
Set Oracle stmtcachesize to 20 instead of 0 for a performance boost.
Matt Boersma
2007-12-20
Rearranged an Oracle ALTER statement so it is run only once per new connectio...
Matt Boersma
2007-12-11
Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel...
Ian Kelly
2007-12-01
Fixed a PL/SQL syntax bug causing manage.py sqlall to fail when piped to
Ian Kelly
2007-09-14
Made Oracle backend cast CharField values of None to u'' instead of ''
Ian Kelly
2007-09-14
Fixed an Oracle sqlflush / sequence reset column name bug exposed by the new ...
Ian Kelly
2007-09-14
Fixed #4896: fixed #4765: Patch for cursor.executemany using oracle and
Ian Kelly
2007-09-14
Fixed #5226. Now we check the Oracle version and give an explicit
Matt Boersma
2007-09-14
Fixed #5218: Made Oracle create autoinc triggers using the correct name
Ian Kelly
2007-08-21
Fixed breakage of test suite for Oracle by adding a null check.
Matt Boersma
2007-08-20
Made various negligible formatting cleanups to the database backends
Adrian Holovaty
2007-08-20
Refactored OPERATOR_MAPPING so that it exists as django.db.connection.operato...
Adrian Holovaty
2007-08-20
Simplified max_name_length() call in oracle database backend
Adrian Holovaty
2007-08-20
Refactored get_drop_sequence() to DatabaseOperations.drop_sequence_sql(). Ref...
Adrian Holovaty
2007-08-20
Refactored get_field_cast_sql() to DatabaseOperations.field_cast_sql(). Refs ...
Adrian Holovaty
2007-08-20
Refactored get_query_set_class() to DatabaseOperations.query_set_class(). Als...
Adrian Holovaty
2007-08-20
Removed a bunch of legacy django.db.backend imports
Adrian Holovaty
2007-08-20
Implemented BaseDatabaseFeatures and changed all code to access it -- connect...
Adrian Holovaty
2007-08-20
Removed backend.dictfetchall(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
Removed backend.dictfetchmany(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
Removed backend.dictfetchone(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-20
Refactored get_tablespace_sql() to DatabaseOperations.tablespace_sql(). Refs ...
Adrian Holovaty
2007-08-20
Refactored get_start_transaction_sql() to DatabaseOperations.start_transactio...
Adrian Holovaty
2007-08-20
Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...
Adrian Holovaty
2007-08-20
Refactored get_sql_flush() to DatabaseOperations.sql_flush(). Refs #5106
Adrian Holovaty
2007-08-20
Refactored get_random_function_sql() to DatabaseOperations.random_function_sq...
Adrian Holovaty
2007-08-19
Refactored get_pk_default_value() to DatabaseOperations.pk_default_value(). R...
Adrian Holovaty
2007-08-19
Refactored get_max_name_length() to DatabaseOperations.max_name_length(). Ref...
Adrian Holovaty
2007-08-19
Refactored get_limit_offset_sql() to DatabaseOperations.limit_offset_sql(). R...
Adrian Holovaty
2007-08-19
Refactored get_last_insert_id() to DatabaseOperations.last_insert_id(). Refs ...
Adrian Holovaty
[next]