summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-29Fixed #13441 -- Enforced a maximum identifier length of 63 for PostgreSQL. Th...Russell Keith-Magee
2010-04-28Fixed a bug preventing cursor variables from being passed as bind parameters ...Ian Kelly
2010-04-28Fixed #12977 -- Ensure that indexes don't exceed character limits on MySQL. T...Russell Keith-Magee
2010-04-21Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...Russell Keith-Magee
2010-04-21Fixed #13328 -- Ensured that querysets on models with callable defaults can b...Russell Keith-Magee
2010-04-09Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...Russell Keith-Magee
2010-04-04Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...Russell Keith-Magee
2010-04-01Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...Russell Keith-Magee
2010-03-25Fixed #12766 -- Only set the psycopg1 client encoding when the connection is ...Russell Keith-Magee
2010-03-25Fixed #12759 -- Fixed the iterator method on psycopg1 cursors, which was prev...Russell Keith-Magee
2010-03-23Fixed #12612 -- Corrected handling of parameter formatting in SQLite backend ...Russell Keith-Magee
2010-03-20Fixed #12850 -- Ensured that constraint names are quoted when they are remove...Russell Keith-Magee
2010-03-10Fixed #12976 -- Fixed the sequence reset commands issued by sqlflush in a mul...Russell Keith-Magee
2010-03-09Changed last_executed_query to avoid raising exceptions on non-utf8-encoded p...Karen Tracey
2010-02-26Corrected an edge case introduced in r12602. Thanks to Ramiro Morales for the...Russell Keith-Magee
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-02-24Fixed #12818. SQLite now properly quotes strings for date extraction and trun...Joseph Kocherhans
2010-02-23No, really this time -- corrected the warning message from r12510.Russell Keith-Magee
2010-02-23Cleaned up the warning message introduced by r12510.Russell Keith-Magee
2010-02-23Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on...Russell Keith-Magee
2010-02-03Fixed a regression in the Postgres psycopg cursor handling introduced by r123...Russell Keith-Magee
2010-01-30Fixed #12732 -- Corrected an argument naming problem introduced by r12532. Th...Russell Keith-Magee
2010-01-29Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...Russell Keith-Magee
2010-01-25Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index u...Ian Kelly
2010-01-19Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table c...Russell Keith-Magee
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2009-12-24Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...Russell Keith-Magee
2009-12-22Changes to get raw queries working on the oracle backend.Ian Kelly
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-19Fixed #12234 -- Create additional indexes that use the appropriate operation ...Justin Bronn
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
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