summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2009-08-21[1.0.X] Fixed #11049: introspection on Oracle now identifies IntegerFields co...Matt Boersma
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-07-11[1.0.X] Fixed #11107 -- Corrected the generation of sequence reset SQL for m2...Russell Keith-Magee
2009-05-12[1.0.X] Fixed #11033 -- handle cx_Oracle.UNICODE when driver was compiled wit...Matt Boersma
2009-05-11[1.0.X] Fixed #11050 -- Oracle now passes all but one introspection unit test.Matt Boersma
2009-04-21[1.0.X] Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.Matt Boersma
2009-04-13[1.0.X] Fixed #9804 -- Corrected the introspection of sequence names. This wa...Russell Keith-Magee
2009-04-12[1.0.X] Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour.Malcolm Tredinnick
2009-04-12[1.0.X] Fixed #10071 -- Changed some internal database data representations.Malcolm Tredinnick
2009-04-11[1.0.X] Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick
2009-04-11[1.0.X] Fixed #10450 -- Fixed an initialisation problem in the savepoint code.Malcolm Tredinnick
2009-04-03[1.0.X] Fixed #9991: correctly introspect PostgreSQL 'real' types. Backport o...Jacob Kaplan-Moss
2009-04-02[1.0.X] Fixed #10063: stop passing the -W flag to psql since it isn't needed ...Jacob Kaplan-Moss
2009-03-27[1.0.X] Fixed an issue with unicode being mangled in Oracle when the database...Ian Kelly
2009-03-13[1.0.X] Fixed #10488: fixed DB cache backend test failures in Oracle. Backpor...Ian Kelly
2009-03-13[1.0.X] Fixed #10238: coerce TextField values to unicode in the oracle backen...Ian Kelly
2009-03-10[1.0.X] Backport of 10022 from trunk. Added savepoint support to the Oracle b...Ian Kelly
2009-03-06[1.0.X] Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 ba...Malcolm Tredinnick
2009-03-01[1.0.X] Changed the way cache specifiers are parsed.Malcolm Tredinnick
2009-03-01[1.0.X] Fixed #8737 -- Made the PostgreSQL version number detection more flex...Malcolm Tredinnick
2009-02-11[1.0.X] Fixed #10224: Don't attempt to decode binary string data in the Oracl...Ian Kelly
2009-02-03[1.0.X] Fixed #10125: fixed the Oracle dsn construction code that was broken ...Ian Kelly
2009-01-19[1.0.X] Fixed #9275: Extended the Oracle date format to allow DATE columns to...Ian Kelly
2009-01-16[1.0.X] Fixed #5543: callproc() and friends now work with Oracle and our Form...Matt Boersma
2009-01-16[1.0.X] Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to...Ian Kelly
2009-01-15[1.0.X] Fixed #6767: changed the way the Oracle backend fetches numbers to pr...Ian Kelly
2009-01-08[1.0.x] Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and D...Ian Kelly
2009-01-06[1.0.X] Fixed #9862 -- For better SQL portability, don't specify "NULL" on nu...Malcolm Tredinnick
2008-12-17Fixed a typo in r9652.Malcolm Tredinnick
2008-12-16[1.0.X] Fixed #9814 -- Allowed SafeStrings to be saved to sqlite DB when runn...Karen Tracey
2008-12-16[1.0.X] Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.Malcolm Tredinnick
2008-12-11[1.0.X] Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py ...Matt Boersma
2008-12-08[1.0.X] Fixed obscure Oracle quoting issues pointed out by the custom_columns...Matt Boersma
2008-12-02[1.0.X] Fixed #9706: made SlugField honor max_length in Oracle, matching the ...Ian Kelly
2008-12-02[1.0.X] Fixed a pair of bugs in determining the set of models to flush that w...Ian Kelly
2008-12-02[1.0.X] Fixed #9736 -- Added quoting to the SQL constraint names generated du...Russell Keith-Magee
2008-11-16[1.0.X] Fixed #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm Tredinnick
2008-11-16[1.0.X] Fixed #3501 -- Fixed date filtering in querysets for nullable date fi...Malcolm Tredinnick
2008-11-14[1.0.X] Removed support for passing params as dicts in the oracle backend. Wa...Ian Kelly
2008-11-12[1.0.X] Fixed #5079 -- Avoid converting Decimals to floats during save to the...Karen Tracey
2008-10-24[1.0.X] Fixed #9307 -- Added the ability to pickle the Query class used by theMalcolm Tredinnick
2008-10-18[1.0.X] Fixed #9136: Do slicing in Oracle with rownum instead of Ian Kelly
2008-10-13[1.0.X] Fixed Oracle introspection mapping of DATE columns, and added an Ian Kelly
2008-10-11[1.0.X] Fixed .distinct() not working with slicing in Oracle, due to theMalcolm Tredinnick
2008-09-17Fixed #9113 -- Improved exception message reporting when importing sqlite3 fa...Malcolm Tredinnick
2008-09-10Fixed an incorrectly named DatabaseOperations method. It was causing non-Orac...Ian Kelly
2008-09-09db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...Adrian Holovaty
2008-09-04Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on Pyt...Matt Boersma
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss