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
2018-12-06
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-12-06
Bumped mysqlclient requirement to >= 1.3.13.
Tim Graham
2018-12-05
Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...
Tim Graham
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-20
Changed BaseDatabaseSchemaEditor._effective_default() to staticmethod.
Tim Graham
2018-11-19
Refs #29722 -- Added introspection of partitions for PostgreSQL.
Nick Pope
2018-11-19
Fixed cached_properties that share a common property.
Sergey Fedoseev
2018-11-17
Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...
Tim Graham
2018-11-17
Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.
Tim Graham
2018-11-13
Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.
Mariusz Felisiak
2018-11-13
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
2018-11-13
Refs #29641 -- Refactored database schema constraint creation.
Simon Charette
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-11-09
Removed unused 'tz' variable in typecast_timestamp().
Srinivas Reddy Thatiparthy
2018-11-04
Removed DatabaseOperation.savepoint_create/rollback_sql() on Oracle.
Tom Forbes
2018-11-01
Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...
Jayantha Gumballi
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-29
Fixed #29882 -- Added events and stored routines to MySQL's cloned test datab...
thomazzo
2018-10-29
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-10-27
Fixed #29763 -- Added support for column renaming on SQLite.
Hampus Dunström
2018-10-25
Refs #27025 -- Removed obsolete sqlite3 transaction management workaround for...
Tim Graham
2018-10-25
Fixed #29534 -- Made dbshell use rlwrap on Oracle if available.
Mariusz Felisiak
2018-10-25
Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.
Sergey Fedoseev
2018-10-25
Removed useless check in sqlite's DatabaseWrapper._savepoint_allowed().
Tim Graham
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-24
Fixed F841 flake8 warning.
Mariusz Felisiak
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-17
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2018-10-15
Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField.
Mariusz Felisiak
2018-10-13
Fixed various comments in django/db/backends/oracle/base.py.
Mariusz Felisiak
2018-10-11
Fixed #29836 -- Bumped required cx_Oracle to 6.0.
Mariusz Felisiak
2018-10-09
Simplified handling of DurationField values on MySQL/MariaDB.
Sergey Fedoseev
2018-10-03
Refs #27795 -- Removed force_bytes() usage in MySQL backend.
Jon Dufresne
2018-10-02
Refs #29722 -- Added introspection of materialized views for PostgreSQL.
Nick Pope
2018-10-02
Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.
Nick Pope
2018-10-02
Added django.db.backends.utils.names_digest() to remove redundant code.
Jon Dufresne
2018-10-02
Fixed ResourceWarning in MySQL's _clone_test_db().
Jon Dufresne
2018-10-01
Fixed #29767 -- Made date-related casts work on SQLite
Claude Paroz
2018-09-26
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...
Mariusz Felisiak
2018-09-26
Made DatabaseWrapper.oracle_version() return a full version tuple.
Mariusz Felisiak
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Fixed #29778 -- Fixed quoting of unique index names.
Oleg
2018-09-25
Refs #27795 -- Removed force_bytes() usage in db/backends/base/schema.py.
Jon Dufresne
2018-09-25
Refs #27795 -- Removed force_bytes() usage in db/backends/utils.py.
Jon Dufresne
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-09-17
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
Claude Paroz
2018-09-16
Fixed #29759 -- Fixed crash on Oracle when fetching a returned insert id with...
Mariusz Felisiak
2018-09-14
Simplified introspection methods for PostgreSQL.
Nick Pope
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
[prev]
[next]