summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2010-12-08[1.2.X] Replaced an ImportError with ImproperlyConfigured in the Oracle backe...Ian Kelly
2010-12-03[1.2.X] Fixed the Oracle environment variables not getting set correctly unde...Ian Kelly
2010-11-21[1.2.X] Fixed #14453 -- Changed handling of microseconds part in typecast_tim...Ramiro Morales
2010-11-19[1.2.X] Corrected the way databases were compared. This allows running the t...Alex Gaynor
2010-11-12[1.2.X] Backport of r14537 from trunk.Ian Kelly
2010-11-11[1.2.X] Fixed error introduced in r14512.Ramiro Morales
2010-11-11[1.2.X] Fixed small multi-db compatibility issue in the Oracle backend.Ramiro Morales
2010-11-11[1.2.X] Implemented changes made in r14320 in the Oracle backend. Thanks Russ...Ramiro Morales
2010-11-07[1.2.X] Fixed some Oracle backend test DB creation code bugs.Ramiro Morales
2010-11-06[1.2.X] Fixed #14630 -- Increased maximum size of the Oracle tablespace dataf...Ramiro Morales
2010-10-23[1.2.X] Fixed #14223 -- Extended unification of exception raised in presence ...Ramiro Morales
2010-09-16[1.2.X] Committing missing files from [13859].Ian Kelly
2010-08-30[1.2.X] Fixed #13798 -- Added connection argument to the connection_created s...Russell Keith-Magee
2010-08-28[1.2.X] Fixed #12343 -- Added support for connection-by-socket to MySQL using...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13946 -- Modified the database cache backend to use the databa...Russell Keith-Magee
2010-07-30[1.2.X] Fixed #13773 -- Passed in the current connection in a call to db_type...Russell Keith-Magee
2010-06-10Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee
2010-06-07Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee
2010-05-28Fixed #13656 -- Ensure that the management commands use the right database fo...Russell Keith-Magee
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