summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2009-04-12Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.Malcolm Tredinnick
2009-04-12Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour.Malcolm Tredinnick
2009-04-12Fixed #10071 -- Changed some internal database data representations.Malcolm Tredinnick
2009-04-11Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick
2009-04-11Fixed #10450 -- Fixed an initialisation problem in the savepoint code.Malcolm Tredinnick
2009-04-09Fixed #10647: intermediary tables between two umanaged models are no longer c...Jacob Kaplan-Moss
2009-04-04Fixed up the introspection code and tests added for #9779 to run under Python...Karen Tracey
2009-04-03Fixed #9991: correctly introspect PostgreSQL 'real' types.Jacob Kaplan-Moss
2009-04-02Fixed #9779: added support for relation detection to inspectdb under SQLite. ...Jacob Kaplan-Moss
2009-04-02Fixed #10063: stop passing the -W flag to psql since it isn't needed and inte...Jacob Kaplan-Moss
2009-03-30Fixed redundant definition of `connection_created` signal due to DVCS mistake...Justin Bronn
2009-03-29Fixed #6064 -- Added the `connection_created` signal for when a database conn...Justin Bronn
2009-03-27Fixed an issue with unicode being mangled in Oracle when the database charact...Ian Kelly
2009-03-20Fixed #9628 -- Use `pysqlite2` for database backend, if installed.Justin Bronn
2009-03-16More fixing of PostgreSQL < 8.2 problems with the psycopg2 backend.Malcolm Tredinnick
2009-03-13Fixed #10488: fixed DB cache backend test failures in Oracle.Ian Kelly
2009-03-13Fixed #10238: coerce TextField values to unicode in the oracle backend.Ian Kelly
2009-03-12Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.Ian Kelly
2009-03-12Tweaked the dummy database backend initialisation.Malcolm Tredinnick
2009-03-12Fixed #10467 -- Fixed generated INSERT SQL for PostgreSQL 8.1 and earlier.Malcolm Tredinnick
2009-03-12Slight refactoring of isolation setting from r10029.Malcolm Tredinnick
2009-03-11Fixed some breakages in the Oracle test database handling from r10026.Ian Kelly
2009-03-11Fixed #10463 -- Corrected a problem with the MySQL backend, introduced by [10...Russell Keith-Magee
2009-03-11Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.Malcolm Tredinnick
2009-03-11Fixed the django.contrib.gis test database creation as well.Malcolm Tredinnick
2009-03-11Fixed some breakages in the test database handling from r10026.Malcolm Tredinnick
2009-03-11Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty
2009-03-10Added savepoint support to the Oracle backend, necessary per the thread at ht...Ian Kelly
2009-03-10Removed a FIXME from the queryset-refactor days.Malcolm Tredinnick
2009-03-09Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick
2009-03-06Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 backend.Malcolm Tredinnick
2009-03-01Changed the way cache specifiers are parsed.Malcolm Tredinnick
2009-03-01Fixed #8737 -- Made the PostgreSQL version number detection more flexible.Malcolm Tredinnick
2009-02-24Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee
2009-02-17Fixed #10289 -- Corrected typo that produced oversensitive rejection of Postg...Russell Keith-Magee
2009-02-11Fixed #10224: Don't attempt to decode binary string data in the Oracle backend.Ian Kelly
2009-02-08Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey
2009-02-03Fixed #10125: fixed the Oracle dsn construction code that was broken in [9712].Ian Kelly
2009-02-02Fixed #10142 -- Added docs and an exploding error message to highlight an err...Russell Keith-Magee
2009-01-19Fixed #9275: Extended the Oracle date format to allow DATE columns to be used...Ian Kelly
2009-01-16Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...Matt Boersma
2009-01-16Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow.Ian Kelly
2009-01-16Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey
2009-01-15Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...Ian Kelly
2009-01-15Fixed #10033: In the Oracle backend, restored code lost in the aggregation me...Karen Tracey
2009-01-15Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales...Russell Keith-Magee
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2009-01-08Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_...Ian Kelly
2009-01-06Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullableMalcolm Tredinnick
2008-12-17Fixed a typo in r9650.Malcolm Tredinnick