index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
Age
Commit message (
Expand
)
Author
2009-03-12
Fixed #10467 -- Fixed generated INSERT SQL for PostgreSQL 8.1 and earlier.
Malcolm Tredinnick
2009-03-12
Slight refactoring of isolation setting from r10029.
Malcolm Tredinnick
2009-03-11
Fixed some breakages in the Oracle test database handling from r10026.
Ian Kelly
2009-03-11
Fixed #10463 -- Corrected a problem with the MySQL backend, introduced by [10...
Russell Keith-Magee
2009-03-11
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2009-03-11
Fixed the django.contrib.gis test database creation as well.
Malcolm Tredinnick
2009-03-11
Fixed some breakages in the test database handling from r10026.
Malcolm Tredinnick
2009-03-11
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2009-03-10
Added savepoint support to the Oracle backend, necessary per the thread at ht...
Ian Kelly
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-03-06
Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 backend.
Malcolm Tredinnick
2009-03-01
Changed the way cache specifiers are parsed.
Malcolm Tredinnick
2009-03-01
Fixed #8737 -- Made the PostgreSQL version number detection more flexible.
Malcolm Tredinnick
2009-02-24
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-02-17
Fixed #10289 -- Corrected typo that produced oversensitive rejection of Postg...
Russell Keith-Magee
2009-02-11
Fixed #10224: Don't attempt to decode binary string data in the Oracle backend.
Ian Kelly
2009-02-08
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
2009-02-03
Fixed #10125: fixed the Oracle dsn construction code that was broken in [9712].
Ian Kelly
2009-02-02
Fixed #10142 -- Added docs and an exploding error message to highlight an err...
Russell Keith-Magee
2009-01-19
Fixed #9275: Extended the Oracle date format to allow DATE columns to be used...
Ian Kelly
2009-01-16
Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...
Matt Boersma
2009-01-16
Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow.
Ian Kelly
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2009-01-15
Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...
Ian Kelly
2009-01-15
Fixed #10033: In the Oracle backend, restored code lost in the aggregation me...
Karen Tracey
2009-01-15
Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales...
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2009-01-08
Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_...
Ian Kelly
2009-01-06
Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullable
Malcolm Tredinnick
2008-12-17
Fixed a typo in r9650.
Malcolm Tredinnick
2008-12-16
Fixed #9814 -- Allowed SafeStrings to be saved to sqlite DB when running on P...
Karen Tracey
2008-12-16
Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.
Malcolm Tredinnick
2008-12-11
Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py dbshell"...
Matt Boersma
2008-12-10
If an SQL query doesn't specify any ordering, avoid the implicit sort
Malcolm Tredinnick
2008-12-08
Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress...
Matt Boersma
2008-12-02
Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba...
Ian Kelly
2008-12-02
Fixed a pair of bugs in determining the set of models to flush that were caus...
Ian Kelly
2008-12-02
Fixed #9736 -- Added quoting to the SQL constraint names generated during tab...
Russell Keith-Magee
2008-11-16
Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling
Malcolm Tredinnick
2008-11-16
Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. Only
Malcolm Tredinnick
2008-11-14
Refs #9408: Removed support for passing params as dicts in the oracle backend...
Ian Kelly
2008-11-12
Fixed #5079 -- Avoid converting Decimals to floats during save to the database.
Karen Tracey
2008-10-24
Fixed #9307 -- Added the ability to pickle the Query class used by the Oracle
Malcolm Tredinnick
2008-10-18
Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for a s...
Ian Kelly
2008-10-13
Fixed Oracle introspection mapping of DATE columns, and added an entry for Or...
Ian Kelly
2008-10-10
Fixed .distinct() not working with slicing in Oracle, due to the
Ian Kelly
2008-09-17
Fixed #9113 -- Improved exception message reporting when importing sqlite3 fa...
Malcolm Tredinnick
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
[next]