summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2010-04-28[1.1.X] Fixed a bug preventing cursor variables from being passed as bind par...Ian Kelly
2010-04-21[1.1.X] Fixed #13396 -- Modified the SQLite introspection code to avoid a pro...Russell Keith-Magee
2010-04-04[1.1.X] Fixed #12328 -- Corrected the handling of subqueries with ordering an...Russell Keith-Magee
2010-03-25[1.1.X] Fixed #12766 -- Only set the psycopg1 client encoding when the connec...Russell Keith-Magee
2010-03-23[1.1.X] Fixed #12612 -- Corrected handling of parameter formatting in SQLite ...Russell Keith-Magee
2010-03-20[1.1.X] Fixed #12850 -- Ensured that constraint names are quoted when they ar...Russell Keith-Magee
2010-03-09[1.1.X] Changed last_executed_query to avoid raising exceptions on non-utf8-e...Karen Tracey
2010-02-26[1.1.X] Corrected an edge case introduced in r12602. Thanks to Ramiro Morales...Russell Keith-Magee
2010-02-26[1.1.X] Fixed #1480 -- Added the ability to use the system timezone. Thanks t...Russell Keith-Magee
2010-02-24[1.1.X] Fixed #12818. SQLite now properly quotes strings for date extraction ...Joseph Kocherhans
2010-01-25[1.1.X] Fixed #11017: Changed implementation of Oracle LIKE lookups to enable...Ian Kelly
2009-12-19[1.1.X] Fixed #12234 -- Create additional indexes that use the appropriate op...Justin Bronn
2009-08-24Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.Ian Kelly
2009-08-21Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.Matt Boersma
2009-07-27Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...Russell Keith-Magee
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-07-11Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...Russell Keith-Magee
2009-06-14Fixed #11316 -- Fixed a Python 2.3 compatibilty issue with [10966] (in Python...Gary Wilson Jr
2009-06-09Fixed #9253 -- Modified the method used to generate constraint names so that ...Russell Keith-Magee
2009-05-12Fixed #11033 -- handle cx_Oracle.UNICODE when driver was compiled without Uni...Matt Boersma
2009-05-11Fixed #11050 -- Oracle now passes all but one introspection unit test.Matt Boersma
2009-05-11Fixed #11051 -- Oracle passes null_fk unit tests in trunk again. Thanks, Jir...Matt Boersma
2009-05-11More fixes to PostgreSQL version comparisons from r10730.Russell Keith-Magee
2009-05-11Corrected PostgreSQL version comparisons from r10730. Thanks to rozwell for t...Russell Keith-Magee
2009-05-10Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when using StdDev/Varian...Russell Keith-Magee
2009-05-10Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...Russell Keith-Magee
2009-05-10Fixed #10958 -- Corrected the setting of PostgreSQL isolation level. Thanks t...Russell Keith-Magee
2009-04-21Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.Matt Boersma
2009-04-13Fixed #9804 -- Corrected the introspection of sequence names. This was causin...Russell Keith-Magee
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