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
2021-03-30
[3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
Mariusz Felisiak
2021-02-17
[3.2.x] Fixed #32453 -- Added introspection of unique constraint field orderi...
Hannes Ljungberg
2021-02-09
[3.2.x] Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2021-02-02
[3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...
Mariusz Felisiak
2021-01-26
[3.2.x] Fixed #32369 -- Fixed adding check constraints with pattern lookups a...
Simon Charette
2021-01-14
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...
Hannes Ljungberg
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-11
Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.
Mariusz Felisiak
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-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-11
Refs #32178 -- Changed BaseDatabaseFeatures.django_test_expected_failures to ...
Hasan Ramezani
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-11-25
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
2020-11-19
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-11-11
Fixed #31762 -- Made reloading the database for tests use the base manager.
Hasan Ramezani
2020-10-30
Refs #32061 -- Prevented password leak on MySQL dbshell crash.
Simon Charette
2020-10-29
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-10-22
Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.
Tim Graham
2020-10-21
Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.
Tom Carrick
2020-10-20
Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.
Tim Graham
2020-10-19
Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is...
Herbert Poul
2020-10-17
Fixed #6517 -- Made dbshell use charset option on MySQL.
manav014
2020-10-15
Fixed #25253 -- Made AlterField operation a noop when changing attributes tha...
Çağıl Uluşahin
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-06
Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.
Mariusz Felisiak
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-09-23
Fixed #32012 -- Made test database creation sync apps models when migrations ...
Mariusz Felisiak
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-18
Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.
Tom Carrick
2020-09-15
Added DatabaseIntrospection.index_default_access_method hook on the PostgreSQ...
Tim Graham
2020-09-09
Fixed #31987 -- Fixed Cast() with DurationField on MySQL.
Petr Čermák
2020-09-04
Fixed #27417 -- Made RenameField operation a noop for field name case changes...
Mariusz Felisiak
2020-08-31
Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.
Simon Charette
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-24
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...
Tim Graham
2020-08-14
Fixed #31826 -- Made AlterField operation a noop when adding db_column.
Iuri de Silvio
2020-08-13
Fixed #31825 -- Made RenameField operation a noop for fields with db_column.
Iuri de Silvio
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_require...
Tim Graham
2020-07-28
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-28
Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.
Nick Pope
2020-07-27
Fixed #31815 -- Fixed schema value encoding on PostgreSQL.
Mariusz Felisiak
2020-07-22
Fixed #31765 -- Disabled bundled SQLite renaming atomic references on macOS 1...
Tom Forbes
2020-07-20
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-07-17
Fixed #31731 -- Removed unreachable code for resetting sequences of auto-crea...
Ravindar Sharma
2020-07-16
Stopped adapting DecimalField values to strings on Oracle.
Mariusz Felisiak
2020-07-14
Stopped adapting DecimalField values to strings on PostgreSQL.
Simon Charette
[next]