Files
sqlalchemy/doc/build
RamonWill a134ec1760 Add support for Partitioning and Sample pages on mysql
Add support for Partitioning and Sample pages on MySQL and MariaDB
reflected options.
The options are stored in the table dialect options dictionary, so
the following keyword need to be prefixed with ``mysql_`` or ``mariadb_``
depending on the backend.
Supported options are:

* ``stats_sample_pages``
* ``partition_by``
* ``partitions``
* ``subpartition_by``

These options are also reflected when loading a table from database,
and will populate the table :attr:`_schema.Table.dialect_options`.
Pull request courtesy of Ramon Will.

Fixes: #4038

Closes: #5536
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5536
Pull-request-sha: f8852cabe1

Change-Id: I69b60576532af04c725c998e9e8fec6e2040b149
2022-08-11 21:39:45 +02:00
..
2022-08-09 09:50:57 -04:00
2022-06-07 12:25:19 -04:00
2022-08-10 12:55:19 -04:00
2022-01-06 14:18:36 -05:00
2022-06-07 12:25:19 -04:00
2022-07-30 00:30:28 -04:00
2022-03-03 10:33:14 -05:00
2022-03-11 13:40:16 -05:00