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-12-17
Fixed #7732 -- Added support for connection pools on Oracle.
suraj
2024-12-16
Refs #29850 -- Removed obsolete test_window_frame_raise_not_supported_error.
Tim Graham
2024-12-11
Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.
Simon Charette
2024-08-28
Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseW...
Sarah Boyce
2024-08-28
Refs #34547 -- Adjusted deprecation warning stacklevel in DatabaseOperations....
Simon Charette
2024-08-28
Refs #12581 -- Adjusted warning stacklevel in queries ring buffer.
Simon Charette
2024-08-26
Added supports_sequence_reset skip in backends tests.
Tim Graham
2024-05-28
Fixed #35469 -- Removed deferred SQL to create index removed by AlterField op...
Jacob Walls
2024-05-27
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
Mariusz Felisiak
2024-04-29
Fixed #35412 -- Dropped support for SQLite < 3.31.
Mariusz Felisiak
2024-04-10
Made postgresql.tests.Tests.test_connect_pool less flaky by increasing timeou...
Sarah Boyce
2024-03-19
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
Mariusz Felisiak
2024-03-06
Fixed #35021 -- Fixed capturing queries when using client-side parameters bin...
Michail Chatzis
2024-03-01
Refs #33497 -- Added connection pool support for PostgreSQL.
Sarah Boyce
2024-02-20
Fixed #35238 -- Fixed database serialization crash when base managers use pre...
AlexCLeduc
2024-02-16
Fixed #24018 -- Allowed setting pragma options on SQLite.
Aaron Linville
2024-01-30
Fixed #29280 -- Made the transactions behavior configurable on SQLite.
Anže Pečar
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-16
Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and...
Simon Charette
2024-01-12
Fixed #35028 -- Disabled server-side bindings for named cursors on psycopg >= 3.
Simon Charette
2024-01-01
Updated DatabaseFeatures.bare_select_suffix on Oracle 23c.
Nick Pope
2023-12-07
Refs #34986 -- Fixed backends.postgresql.test_server_side_cursors.ServerSideC...
Nick Pope
2023-12-06
Fixed typo in tests/backends/postgresql/test_server_side_cursors.py.
Nick Pope
2023-11-27
Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaD...
Nathaniel Conroy
2023-10-27
Fixed isolation of DatabaseWrapperLoggingTests.test_commit_debug_log().
Mariusz Felisiak
2023-09-22
Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Mariusz Felisiak
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-09-19
Fixed #34850 -- Dropped support for MariaDB 10.4.
Mariusz Felisiak
2023-09-18
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...
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
[next]