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
2022-07-06
[4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() paramet...
Simon Charette
2022-05-17
[4.1.x] Refs #33379 -- Fixed minimum supported version of MariaDB.
Mariusz Felisiak
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-04-18
Fixed various tests on MySQL with MyISAM storage engine.
Mariusz Felisiak
2022-04-18
Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...
Mariusz Felisiak
2022-04-13
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-03-22
Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and Mar...
Gagaro
2022-03-18
Fixed isolation of FeaturesTests.test_supports_json_field_operational_error().
Mariusz Felisiak
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-30
Removed obsolete Oracle's test_client_encoding() test.
Mariusz Felisiak
2021-12-30
Fixed #23273 -- Avoided creation of django_migrations table when there are no...
Jacob Walls
2021-12-23
Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on SQ...
Adam Johnson
2021-12-22
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
2021-12-01
Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.
Przemysław Suliga
2021-11-19
Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adap...
SwastikTripathi
2021-11-19
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...
Jonny Park
2021-11-12
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-10
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-10-26
Fixed #32672 -- Fixed introspection of primary key constraints on SQLite.
Anv3sh
2021-10-22
Fixed #33214 -- Added BaseDatabaseOperations.format_for_duration_arithmetic()...
Manaia Junior
2021-10-18
Fixed #33194 -- Fixed migrations when altering a field with functional indexe...
Hannes Ljungberg
2021-10-01
Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...
Daniel Hahler
2021-08-20
Fixed #33017 -- Fixed storage engine introspection on MySQL.
Matjaz Gregoric
2021-07-07
Used more specific unittest assertions in tests.
Mads Jensen
2021-07-05
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".
Mateo Radman
2021-07-02
Fixed #30934 -- Included database alias in django.db.backends log messages.
Nick Pope
2021-04-30
Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...
Mariusz Felisiak
2021-04-27
Fixed #32687 -- Restored passing process’ environment to underlying tool in...
Konstantin Alekseev
2021-03-30
Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
Mariusz Felisiak
2021-03-30
Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for values with...
Mariusz Felisiak
2021-03-25
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2021-03-24
Optimized FkConstraintsTests.test_check_constraints by specifying a database ...
Mariusz Felisiak
2021-02-02
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...
Mariusz Felisiak
2021-01-20
Fixed #32292 -- Added support for connection by service name to PostgreSQL.
Hasan Ramezani
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-30
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-28
Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...
Chinmoy Chakraborty
2020-12-11
Refs #32178 -- Fixed test_mark_expected_failures_and_skips_call teardown.
Tim Graham
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-25
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
2020-11-11
Fixed #31762 -- Made reloading the database for tests use the base manager.
Hasan Ramezani
2020-10-29
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-10-28
Made small readability improvements.
Martin Thoma
2020-09-23
Fixed #32012 -- Made test database creation sync apps models when migrations ...
Mariusz Felisiak
2020-09-13
Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.
Mariusz Felisiak
[next]