clarify schema cache and errors page

This commit is contained in:
steve-chavez
2023-05-05 12:04:46 -03:00
committed by Steve Chavez
parent 9de94274cf
commit 560ec79a90
3 changed files with 34 additions and 90 deletions
+2 -2
View File
@@ -84,11 +84,11 @@ Changed
* Modified the default logging level from ``info`` to ``error``. See :ref:`log-level`.
|br| -- `@steve-chavez <https://github.com/steve-chavez>`_
* Changed the error message for a not found RPC on a stale schema (see :ref:`stale_function_signature`) and for the unsupported case of
* Changed the error message for a not found RPC on a stale schema (see :ref:`stale_schema`) and for the unsupported case of
overloaded functions with the same argument names but different types.
|br| -- `@laurenceisla <https://github.com/laurenceisla>`_
* Changed the error message for the no relationship found error. See :ref:`stale_fk_relationships`.
* Changed the error message for the no relationship found error. See :ref:`stale_schema`.
|br| -- `@laurenceisla <https://github.com/laurenceisla>`_
Fixed