django1/tests/backends
msg 1279fb4a00 [2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user password when using dbshell on Oracle.
Regression in acfc650f2a.

Backport of 755673e1bc from master
2019-04-04 10:07:57 +02:00
..
base Refs #28478 -- Prevented database feature based skipping on tests disallowing queries. 2019-01-14 16:16:30 -05:00
mysql [2.2.x] Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+. 2019-01-19 13:33:28 +01:00
oracle [2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user password when using dbshell on Oracle. 2019-04-04 10:07:57 +02:00
postgresql [2.2.x] Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on initialization. 2019-02-20 11:01:03 +01:00
sqlite [2.2.x] Fixed #30183 -- Added introspection of inline SQLite constraints. 2019-03-15 20:01:36 -04:00
__init__.py
models.py Fixed #28849 -- Fixed referenced table and column rename on SQLite. 2017-12-01 22:12:24 -05:00
test_ddl_references.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-06-26 10:30:31 -04:00
test_utils.py Fixed #28792 -- Fixed index name truncation of namespaced tables. 2017-11-14 21:36:25 -05:00
tests.py [2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests. 2019-02-14 10:05:13 -05:00