Adding upstream version 16.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
577b79f5a7
commit
d61627452f
106 changed files with 41940 additions and 40162 deletions
|
@ -101,6 +101,8 @@
|
|||
|
||||
<p>Syntax <a href="#parser-errors">errors</a> are highlighted and dialect incompatibilities can warn or raise depending on configurations. However, it should be noted that SQL validation is not SQLGlot’s goal, so some syntax errors may go unnoticed.</p>
|
||||
|
||||
<p>Learn more about the SQLGlot API in the <a href="https://sqlglot.com/">documentation</a>.</p>
|
||||
|
||||
<p>Contributions are very welcome in SQLGlot; read the <a href="https://github.com/tobymao/sqlglot/blob/main/CONTRIBUTING.md">contribution guide</a> to get started!</p>
|
||||
|
||||
<h2 id="table-of-contents">Table of Contents</h2>
|
||||
|
@ -358,7 +360,7 @@
|
|||
</div>
|
||||
|
||||
<div class="pdoc-code codehilite">
|
||||
<pre><span></span><code><span class="s1">'SELECT x FROM y, z'</span>
|
||||
<pre><span></span><code><span class="s1">'SELECT x FROM z'</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -581,7 +583,9 @@
|
|||
|
||||
<h2 id="documentation">Documentation</h2>
|
||||
|
||||
<p>SQLGlot uses <a href="https://pdoc.dev/">pdoc</a> to serve its API documentation:</p>
|
||||
<p>SQLGlot uses <a href="https://pdoc.dev/">pdoc</a> to serve its API documentation.</p>
|
||||
|
||||
<p>A hosted version is on the <a href="https://sqlglot.com/">SQLGlot website</a>, or you can build locally with:</p>
|
||||
|
||||
<pre><code>make docs-serve
|
||||
</code></pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue