[UPD] README.rst

pull/413/head
OCA-git-bot 2020-06-18 00:25:54 +00:00
parent 5dab595b64
commit 01cb1195cd
2 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,9 @@ A more advanced UI is also available under the "Details" tab. It provides extra
possibilities for more advanced users, like to use LEFT JOIN instead of the possibilities for more advanced users, like to use LEFT JOIN instead of the
default INNER JOIN. default INNER JOIN.
It also possible to improve the IDs generation for new views by adding an `Over Condition` in the "SQL" tab, see https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS for further details.
For instance, an ORDER BY clause helps preventing unreliable behavior when filtering the generated views.
Known issues / Roadmap Known issues / Roadmap
====================== ======================

View File

@ -441,6 +441,8 @@ the menu entry.</li>
<p>A more advanced UI is also available under the “Details” tab. It provides extra <p>A more advanced UI is also available under the “Details” tab. It provides extra
possibilities for more advanced users, like to use LEFT JOIN instead of the possibilities for more advanced users, like to use LEFT JOIN instead of the
default INNER JOIN.</p> default INNER JOIN.</p>
<p>It also possible to improve the IDs generation for new views by adding an <cite>Over Condition</cite> in the “SQL” tab, see <a class="reference external" href="https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS">https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS</a> for further details.
For instance, an ORDER BY clause helps preventing unreliable behavior when filtering the generated views.</p>
</div> </div>
<div class="section" id="known-issues-roadmap"> <div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1> <h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>