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
/
backends
Age
Commit message (
Expand
)
Author
2018-08-17
[2.1.x] Refs #29015 -- Added database name to PostgreSQL database name too lo...
Jon Dufresne
2018-08-03
[2.1.x] Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists a...
Mariusz Felisiak
2018-05-18
[2.1.x] Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowa...
bakabiko
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-04-28
Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backend
Zackary Troop
2018-04-27
Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.
priyanshsaxena
2018-04-03
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-17
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-17
Added tests for MySQL's SchemaEditor.quote_value().
Claude Paroz
2018-03-13
Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...
Mariusz Felisiak
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-01-23
Refs #11487 -- Removed redundant test_long_string() test.
Mariusz Felisiak
2018-01-06
Fixed #28859 -- Made Oracle backend raise DatabaseError if "no data found" ex...
Mariusz Felisiak
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-01
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-11-29
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-21
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...
Dražen Odobašić
2017-11-21
Added assertion helpers for PostgreSQL's server-side cursor tests.
Tim Graham
2017-11-20
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...
Tim Graham
2017-11-14
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-11-14
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-05
Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Or...
Mariusz Felisiak
2017-10-03
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-09-30
Increased test coverage for db/backends/base/operations.py.
Mads Jensen
2017-09-21
Refs #28595 -- Added a hook to add execute wrappers for database queries.
Shai Berger
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-05
Added tests for BooleanField/NullBooleanField's check constraints on Oracle.
Mariusz Felisiak
2017-08-22
Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.
Kevin Grinberg
2017-08-12
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-21
Reorganized backends tests.
Mariusz Felisiak
2017-06-21
Refs #25530 -- Renamed deferred SQL references on rename operation.
Simon Charette
2017-06-21
Refs #25530 -- Tracked references of deferred SQL statements.
Simon Charette
2017-06-13
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-05-06
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
François Freitag
2017-04-25
Added test for reraising backend-specific database exceptions.
Mariusz Felisiak
2017-04-25
Fixed #28116 -- Used error code filtering in PostgreSQL test database creation.
Mariusz Felisiak
2017-04-13
Refs #25406 -- Removed exception hiding in MySQL test database creation durin...
Mariusz Felisiak
2017-04-10
Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...
Mariusz Felisiak
[next]