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
2024-01-26
[5.0.x] Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-27
[5.0.x] Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks o...
Nathaniel Conroy
2023-09-22
[5.0.x] Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Mariusz Felisiak
2023-08-31
Fixed #34547 -- Deprecated DatabaseOperations.field_cast_sql().
David Smith
2023-08-30
Fixed #34799 -- Made MySQL introspection skip cross-database relations.
John Whitman
2023-08-23
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
Mariusz Felisiak
2023-08-04
Fixed TransactionalTests.test_password_with_at_sign() isolation on Oracle.
Mariusz Felisiak
2023-08-04
Fixed #34760 -- Dropped support for SQLite < 3.27.
Mariusz Felisiak
2023-08-03
Fixed #34761 -- Dropped support for MySQL < 8.0.11.
Mariusz Felisiak
2023-06-27
Fixed #34671 -- Fixed collation introspection for views and materialized view...
Mariusz Felisiak
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-14
Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...
Scott Macpherson
2023-04-07
Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.
Mariusz Felisiak
2023-04-07
Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...
Anders Kaseorg
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-17
Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...
Mariusz Felisiak
2023-01-03
Fixed #34200 -- Made the session role configurable on PostgreSQL.
Mike Crute
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-12
Refs #33308 -- Added psycopg_any.IsolationLevel.
Florian Apolloner
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-08
Avoided direct mocking of psycopg2.__version__ in test_correct_extraction_psy...
Mariusz Felisiak
2022-12-08
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
Mariusz Felisiak
2022-12-06
Refs #33308 -- Modernized database wrapper in the PostgreSQL backend.
Florian Apolloner
2022-12-01
Refs #33308 -- Used psycopg's errors instead of errorcodes.
Florian Apolloner
2022-11-25
Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on Oracle.
David Sanders
2022-11-21
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-07-08
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-05
Fixed #33815 -- Fixed last_executed_query() on Oracle when parameter names ov...
Mariusz Felisiak
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-05-18
Fixed #33713 -- Dropped support for MariaDB 10.3.
Mariusz Felisiak
2022-05-17
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
[next]