1
0
Fork 0

Adding upstream version 16.2.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 16:00:14 +01:00
parent 577b79f5a7
commit d61627452f
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
106 changed files with 41940 additions and 40162 deletions

View file

@ -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 SQLGlots 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">&#39;SELECT x FROM y, z&#39;</span>
<pre><span></span><code><span class="s1">&#39;SELECT x FROM z&#39;</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>