index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
Age
Commit message (
Expand
)
Author
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-29
Fixed #13441 -- Enforced a maximum identifier length of 63 for PostgreSQL. Th...
Russell Keith-Magee
2010-04-28
Fixed a bug preventing cursor variables from being passed as bind parameters ...
Ian Kelly
2010-04-28
Fixed #12977 -- Ensure that indexes don't exceed character limits on MySQL. T...
Russell Keith-Magee
2010-04-21
Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...
Russell Keith-Magee
2010-04-21
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
2010-04-09
Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...
Russell Keith-Magee
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-01
Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...
Russell Keith-Magee
2010-03-25
Fixed #12766 -- Only set the psycopg1 client encoding when the connection is ...
Russell Keith-Magee
2010-03-25
Fixed #12759 -- Fixed the iterator method on psycopg1 cursors, which was prev...
Russell Keith-Magee
2010-03-23
Fixed #12612 -- Corrected handling of parameter formatting in SQLite backend ...
Russell Keith-Magee
2010-03-20
Fixed #12850 -- Ensured that constraint names are quoted when they are remove...
Russell Keith-Magee
2010-03-10
Fixed #12976 -- Fixed the sequence reset commands issued by sqlflush in a mul...
Russell Keith-Magee
2010-03-09
Changed last_executed_query to avoid raising exceptions on non-utf8-encoded p...
Karen Tracey
2010-02-26
Corrected an edge case introduced in r12602. Thanks to Ramiro Morales for the...
Russell Keith-Magee
2010-02-26
Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...
Russell Keith-Magee
2010-02-24
Fixed #12818. SQLite now properly quotes strings for date extraction and trun...
Joseph Kocherhans
2010-02-23
No, really this time -- corrected the warning message from r12510.
Russell Keith-Magee
2010-02-23
Cleaned up the warning message introduced by r12510.
Russell Keith-Magee
2010-02-23
Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on...
Russell Keith-Magee
2010-02-03
Fixed a regression in the Postgres psycopg cursor handling introduced by r123...
Russell Keith-Magee
2010-01-30
Fixed #12732 -- Corrected an argument naming problem introduced by r12532. Th...
Russell Keith-Magee
2010-01-29
Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...
Russell Keith-Magee
2010-01-25
Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index u...
Ian Kelly
2010-01-19
Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table c...
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-24
Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...
Russell Keith-Magee
2009-12-22
Changes to get raw queries working on the oracle backend.
Ian Kelly
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-19
Fixed #12234 -- Create additional indexes that use the appropriate operation ...
Justin Bronn
2009-12-17
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2009-08-24
Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.
Ian Kelly
2009-08-21
Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.
Matt Boersma
2009-07-27
Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...
Russell Keith-Magee
2009-07-21
Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...
Ian Kelly
2009-07-11
Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...
Russell Keith-Magee
2009-06-14
Fixed #11316 -- Fixed a Python 2.3 compatibilty issue with [10966] (in Python...
Gary Wilson Jr
2009-06-09
Fixed #9253 -- Modified the method used to generate constraint names so that ...
Russell Keith-Magee
2009-05-12
Fixed #11033 -- handle cx_Oracle.UNICODE when driver was compiled without Uni...
Matt Boersma
2009-05-11
Fixed #11050 -- Oracle now passes all but one introspection unit test.
Matt Boersma
2009-05-11
Fixed #11051 -- Oracle passes null_fk unit tests in trunk again. Thanks, Jir...
Matt Boersma
2009-05-11
More fixes to PostgreSQL version comparisons from r10730.
Russell Keith-Magee
2009-05-11
Corrected PostgreSQL version comparisons from r10730. Thanks to rozwell for t...
Russell Keith-Magee
2009-05-10
Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when using StdDev/Varian...
Russell Keith-Magee
2009-05-10
Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...
Russell Keith-Magee
2009-05-10
Fixed #10958 -- Corrected the setting of PostgreSQL isolation level. Thanks t...
Russell Keith-Magee
2009-04-21
Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.
Matt Boersma
2009-04-13
Fixed #9804 -- Corrected the introspection of sequence names. This was causin...
Russell Keith-Magee
2009-04-12
Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.
Malcolm Tredinnick
[next]