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
/
tests
/
regressiontests
/
backends
Age
Commit message (
Expand
)
Author
2012-01-22
Fixed #10320 -- Made it possible to use executemany with iterators. Thanks Mo...
Aymeric Augustin
2012-01-07
Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exc...
Aymeric Augustin
2011-12-25
Fixed #17047 -- Improved django.db.utils.load_backend to raise a better excep...
Jannis Leidel
2011-12-16
Ensured that thread-shareability gets validated when closing a PostgreSQL or ...
Julien Phalip
2011-12-16
Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...
Julien Phalip
2011-11-20
Tweaked the skipping condition for the test introduced in r17128 so that it w...
Aymeric Augustin
2011-11-20
Fixed #17062 -- Ensured that the effect of SET TIME ZONE isn't lost when the ...
Aymeric Augustin
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-06-19
Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...
Ramiro Morales
2011-05-10
Fixed #13648 - '%s' escaping support for sqlite3 regression.
Luke Plant
2011-04-22
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2011-04-05
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2010-12-03
Added a regression test for r14781. Also fixed a bug where connection.vendor...
Ian Kelly
2010-10-23
Fixed #14223 -- Extended unification of exception raised in presence of integ...
Ramiro Morales
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-09-27
Migrated custom_columns_regress doctests. Thanks to Sebastian Hillig.
Russell Keith-Magee
2010-09-27
Migrated backends doctests. Thanks to Sebastian Hillig.
Russell Keith-Magee
2010-08-30
Fixed #13798 -- Added connection argument to the connection_created signal. T...
Russell Keith-Magee
2010-07-30
Added a related_name to a test model to avoid a name clash in the full test s...
Russell Keith-Magee
2010-07-30
Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....
Russell Keith-Magee
2010-07-30
Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...
Russell Keith-Magee
2010-06-21
Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...
Russell Keith-Magee
2010-06-10
Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...
Russell Keith-Magee
2010-06-07
Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...
Russell Keith-Magee
2010-04-28
Fixed a bug preventing cursor variables from being passed as bind parameters ...
Ian Kelly
2010-04-04
Fixed #13082 -- Slight modification to an Oracle test to avoid a problem caus...
Russell Keith-Magee
2010-03-23
Fixed #12612 -- Corrected handling of parameter formatting in SQLite backend ...
Russell Keith-Magee
2010-02-24
Fixed #12818. SQLite now properly quotes strings for date extraction and trun...
Joseph Kocherhans
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-08-24
Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.
Ian Kelly
2009-07-21
Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...
Ian Kelly
2009-05-10
Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...
Russell Keith-Magee
2009-03-29
Fixed #6064 -- Added the `connection_created` signal for when a database conn...
Justin Bronn
2009-01-16
Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...
Matt Boersma
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-01-04
Fixed #6254: Made fetchone() in the oracle backend correctly convert
Ian Kelly
2007-09-16
Rewrote the backends test to be more portable. Was previously failing on MySQL.
Malcolm Tredinnick
2007-09-14
Fixed the test in [6218] which was invalid for psycopg2 and friends -- execut...
Jacob Kaplan-Moss
2007-09-14
Added test cases for [6218].
Ian Kelly