Remove partitions from the schema cache

This commit is contained in:
Laurence Isla
2021-11-22 14:43:24 -05:00
committed by GitHub
parent d12974339a
commit c946f02607
2 changed files with 14 additions and 19 deletions
+6
View File
@@ -52,3 +52,9 @@ Fixed
* Fix using single double quotes (``"``) and backslashes (``/``) as values on the "in" operator
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
Changed
-------
* Partitions (created using ``PARTITION OF``) are no longer included in the :ref:`schema_cache`.
|br| -- `@laurenceisla <https://github.com/laurenceisla>`_