index
:
django.git
fix-31295
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
/
__init__.py
Age
Commit message (
Expand
)
Author
2010-09-13
[soc2010/app-loading] merged trunk
archive/soc2010/app-loading
Arthur Koziel
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-03-10
Fixed #12976 -- Fixed the sequence reset commands issued by sqlflush in a mul...
Russell Keith-Magee
2010-03-09
Changed last_executed_query to avoid raising exceptions on non-utf8-encoded p...
Karen Tracey
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-08-21
Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.
Matt Boersma
2009-04-13
Fixed #9804 -- Corrected the introspection of sequence names. This was causin...
Russell Keith-Magee
2009-04-11
Fixed #10450 -- Fixed an initialisation problem in the savepoint code.
Malcolm Tredinnick
2009-03-13
Fixed #10488: fixed DB cache backend test failures in Oracle.
Ian Kelly
2009-03-12
Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.
Ian Kelly
2009-03-11
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2009-03-11
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2009-03-10
Removed a FIXME from the queryset-refactor days.
Malcolm Tredinnick
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2009-02-24
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-02-02
Fixed #10142 -- Added docs and an exploding error message to highlight an err...
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-12-10
If an SQL query doesn't specify any ordering, avoid the implicit sort
Malcolm Tredinnick
2008-12-02
Fixed a pair of bugs in determining the set of models to flush that were caus...
Ian Kelly
2008-09-10
Fixed an incorrectly named DatabaseOperations method. It was causing non-Orac...
Ian Kelly
2008-09-09
db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...
Adrian Holovaty
2008-09-01
Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields
Malcolm Tredinnick
2008-08-28
Fixed #8597 -- Allow the use of strings containing underscores and percentage
Malcolm Tredinnick
2008-08-12
Added savepoint support to the transaction code.
Malcolm Tredinnick
2008-08-11
Fixed stupid syntax error in [8303].
Jacob Kaplan-Moss
2008-08-11
Fixed #8228: fixed a Python 2.3 compatibility from [8296].
Jacob Kaplan-Moss
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-07-30
Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo Soto.
Malcolm Tredinnick
2008-07-29
Fixed #7560 -- Moved a lot of the value conversion preparation for
Malcolm Tredinnick
2008-07-15
Fixed #7411 -- worked around some possible transaction conflicts in SQLite.
Malcolm Tredinnick
2008-07-06
Fixed #7532 -- Removed some dead code from the db backends. Thanks, Ramiro.
Malcolm Tredinnick
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-06-12
Fixed #7427 -- Fixed docstring that was rendered incorrect due to qs-rf. Than...
Adrian Holovaty
2008-04-28
Made some types of nested update queries very slightly more efficient at the
Malcolm Tredinnick
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-11-04
Fixed #5729 -- For MySQL (only), always delay the creation of foreign key
Malcolm Tredinnick
2007-10-23
Added a BaseDatabaseOperations.last_executed_query() hook, which allows a dat...
Adrian Holovaty
2007-09-14
Fixed #5218: Made Oracle create autoinc triggers using the correct name
Ian Kelly
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
Implemented BaseDatabaseFeatures and changed all code to access it -- connect...
Adrian Holovaty
2007-08-20
Removed _dict_helper() DB backend helper function, as it wasn't being used an...
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
[next]