Allow database backends to specify their default tablespace.

Review Request #12042 — Created Feb. 4, 2022 and submitted

Information

Django Evolution
release-2.x

Reviewers

Django 3.2+'s Index support allows a tablespace to be set for
databases that support it. In preparation, this change introduces a
default_tablespace argument on the database evolver backend, and a
testing function for querying it, which can be used during test runs.

Unit tests pass for all supported versions of Django and for all
databases. This isn't used yet, though.

Summary ID
Allow database backends to specify their default tablespace.
Django 3.2+'s `Index` support allows a tablespace to be set for databases that support it. In preparation, this change introduces a `default_tablespace` argument on the database evolver backend, and a testing function for querying it, which can be used during test runs.
012584c4873687b3690b0a132f266ce556069f56
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (a16ca70)
Loading...