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
/
django
/
db
/
backends
Age
Commit message (
Expand
)
Author
2024-08-28
[5.1.x] Fixed #35688 -- Restored timezone and role setters to be PostgreSQL D...
Sarah Boyce
2024-08-13
[5.1.x] Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.
Simon Charette
2024-08-03
[5.1.x] Fixed #35655 -- Reverted "Fixed #35295 -- Used INSERT with multiple r...
Sarah Boyce
2024-07-25
[5.1.x] Fixed #35625 -- Fixed a crash when adding a field with db_default and...
Simon Charette
2024-06-14
[5.1.x] Fixed #35469 -- Removed deferred SQL to create index removed by Alter...
Jacob Walls
2024-05-03
Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...
Mariusz Felisiak
2024-04-29
Fixed #35412 -- Dropped support for SQLite < 3.31.
Mariusz Felisiak
2024-04-16
Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.
Simon Charette
2024-04-15
Fixed backends.oracle.tests.TransactionalTests.test_hidden_no_data_found_exce...
Mariusz Felisiak
2024-04-02
Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
Simon Charette
2024-03-26
Fixed #35329 -- Fixed migrations crash when adding partial unique constraints...
Mariusz Felisiak
2024-03-25
Removed unused _alter_column_collation_sql() in PostgreSQL DatabaseSchemaEditor.
Mariusz Felisiak
2024-03-16
Stopped skipping model_fields.test_jsonfield.TestQuerying.test_usage_in_subqu...
Mariusz Felisiak
2024-03-15
Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.
Mariusz Felisiak
2024-03-14
Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite.
Ben Cail
2024-03-14
Fixed #35295 -- Used INSERT with multiple rows on Oracle 23c.
Mariusz Felisiak
2024-03-14
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql().
Mariusz Felisiak
2024-03-11
Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle.
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-26
Refs #34200 -- Removed unnecessary check in DatabaseWrapper.ensure_role() on ...
Florian Apolloner
2024-02-23
Simplified using DATABASES["OPTIONS"].
Florian Apolloner
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-02-16
Refs #34060 -- Fixed crash when filtering against literal JSON with psycopg2.
Simon Charette
2024-02-15
Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...
Albert Defler
2024-02-15
Fixed #33037 -- Fixed Trunc() with offset timezones on MySQL, SQLite, Oracle.
Shafiya Adzhani
2024-02-04
Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.
Simon Charette
2024-02-04
Refs #35149 -- Made equivalent db_default alterations noops.
Simon Charette
2024-02-03
Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.
Simon Charette
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-23
Refs #33517 -- Prevented __second lookup from returning fractional seconds on...
Hisham Mahmood
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
2024-01-01
Supported native aggregation over INTERVALs on Oracle 23c.
Nick Pope
2024-01-01
Added note about SELECT index in GROUP BY on Oracle 23c.
Nick Pope
2023-12-22
Fixed #35054 -- Fixed crash on Oracle when fetching JSONFields with oracledb ...
Mariusz Felisiak
2023-12-14
Fixed #35000 -- Skipped declaring empty string defaults on BLOB/TEXT field on...
Tobias Krönke
2023-12-12
Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...
Mariusz Felisiak
2023-12-06
Replaced deprecated database type synonyms in Oracle backend.
Mariusz Felisiak
2023-12-03
Fixed #35002 -- Made UniqueConstraints with fields respect nulls_distinct.
Peter Thomassen
2023-11-30
Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on...
Mariusz Felisiak
2023-11-27
Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaD...
Nathaniel Conroy
2023-11-22
Fixed #34984 -- Skipped GeneratedFields when remaking tables on SQLite.
Sarah Boyce
2023-11-13
Fixed #34967 -- Fixed queryset crash when grouping by constants on SQLite < 3...
David Sanders
2023-11-07
Fixed #34946 -- Preserved db_default on combined default field addition.
Simon Charette
2023-11-03
Fixed #34941 -- Fixed fetching decimal db_defaults for DecimalFields on Oracle.
Mariusz Felisiak
2023-11-03
Refs #34941 -- Skipped OperationTests.test_alter_field_change_nullable_to_dec...
Mariusz Felisiak
[next]