| Age | Commit message (Expand) | Author |
| 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 |
| 2008-09-04 | Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on Pyt... | Matt Boersma |
| 2008-09-01 | Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django... | Jacob Kaplan-Moss |
| 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-09-01 | Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, it ... | Jacob Kaplan-Moss |
| 2008-09-01 | Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields | Malcolm Tredinnick |
| 2008-08-29 | Fixed #8575 -- Catch one particular instance of OperationalError in MySQL and | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8592 -- Fixed a bug in the way savepoint usage was disabled for | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8597 -- Allow the use of strings containing underscores and percentage | Malcolm Tredinnick |
| 2008-08-26 | Fixed #8347 -- Added a few missing field type conversion to SQLite's inspectdb | Malcolm Tredinnick |
| 2008-08-25 | Fixed get_or_create test case for Oracle by re-raising the more specific Inte... | Matt Boersma |
| 2008-08-25 | Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparis... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as | Malcolm Tredinnick |
| 2008-08-24 | Fixed #7628 -- Oracle backend won't try to recreate existing sequences during... | Matt Boersma |
| 2008-08-23 | Fixed #8214 -- Added back a stringification that was dropped during [8131]. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7536 -- Added NEWDECIMAL to introspection types in the mysql backend. ... | Brian Rosner |
| 2008-08-22 | Fixed Oracle backend limit/offset SQL to again use extra_select, properly thi... | Matt Boersma |
| 2008-08-22 | Fixed #8485: Reordered imports in the database backends to ensure that the av... | Russell Keith-Magee |
| 2008-08-19 | Fixed Oracle backend not to use extra_select for limit/offset type queries, w... | Matt Boersma |
| 2008-08-16 | Fixed #8355: Removed some whitespace that was apparently causing difficulty w... | Russell Keith-Magee |
| 2008-08-15 | Reverted [8318] and [8329], since the change turned out to have no effect, upon | Malcolm Tredinnick |
| 2008-08-15 | Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_... | Russell Keith-Magee |
| 2008-08-12 | Fixed oracle-specific test DB creation code so the test suite will run again. | Matt Boersma |
| 2008-08-12 | Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2. | Malcolm Tredinnick |
| 2008-08-12 | Fixed a group of missing imports, aliases and parameter passings from the | Malcolm Tredinnick |
| 2008-08-12 | Changed "exact" matches in MySQL to use the database's native collation. | Malcolm Tredinnick |
| 2008-08-12 | Convert binary-matched VARCHAR fields to unicode objects in the MySQL backend. | Malcolm Tredinnick |
| 2008-08-12 | Do not use savepoints with PostgreSQL prior to 8.0. | 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 |