Skip to content

Commit

Permalink
docs: update API docs, CHANGELOG.md for v18.11.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas authored and github-actions[bot] committed Oct 4, 2023
1 parent 160d841 commit 2bcd3e7
Show file tree
Hide file tree
Showing 34 changed files with 22,393 additions and 22,011 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

## [v18.11.3] - 2023-10-04
### :sparkles: New Features
- [`347ac51`](https://github.com/tobymao/sqlglot/commit/347ac51da6a553a7904739f0f3ad6b4bb4db01c6) - **redshift**: add support for Redshift's super array index iteration *(PR [#2373](https://github.com/tobymao/sqlglot/pull/2373) by [@GeorgeSittas](https://github.com/GeorgeSittas))*
- :arrow_lower_right: *addresses issue [#2372](undefined) opened by [@erdrix](https://github.com/erdrix)*
- [`160d841`](https://github.com/tobymao/sqlglot/commit/160d8415d297f998a800c518ce2e85ec41deedae) - **bigquery**: add support for ML.PREDICT function *(PR [#2375](https://github.com/tobymao/sqlglot/pull/2375) by [@GeorgeSittas](https://github.com/GeorgeSittas))*

### :bug: Bug Fixes
- [`6a65a09`](https://github.com/tobymao/sqlglot/commit/6a65a096e69f2e0cee933d0221d0f6a93aeec159) - **postgres**: translate variance_pop to var_pop and variance to var_samp *(PR [#2371](https://github.com/tobymao/sqlglot/pull/2371) by [@cpcloud](https://github.com/cpcloud))*


## [v18.11.2] - 2023-10-03
### :bug: Bug Fixes
- [`513fe2c`](https://github.com/tobymao/sqlglot/commit/513fe2c5cf06db2a797cdc0422a49a95103c403e) - **parser**: support END keyword when parsing create procedure DDLs *(PR [#2369](https://github.com/tobymao/sqlglot/pull/2369) by [@GeorgeSittas](https://github.com/GeorgeSittas))*
Expand Down Expand Up @@ -1637,4 +1647,5 @@ Changelog
[v18.10.1]: https://github.com/tobymao/sqlglot/compare/v18.10.0...v18.10.1
[v18.11.0]: https://github.com/tobymao/sqlglot/compare/v18.10.1...v18.11.0
[v18.11.1]: https://github.com/tobymao/sqlglot/compare/v18.11.0...v18.11.1
[v18.11.2]: https://github.com/tobymao/sqlglot/compare/v18.11.1...v18.11.2
[v18.11.2]: https://github.com/tobymao/sqlglot/compare/v18.11.1...v18.11.2
[v18.11.3]: https://github.com/tobymao/sqlglot/compare/v18.11.2...v18.11.3
2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/sqlglot/_version.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ <h1 class="modulename">
</span><span id="L-12"><a href="#L-12"><span class="linenos">12</span></a><span class="n">__version_tuple__</span><span class="p">:</span> <span class="n">VERSION_TUPLE</span>
</span><span id="L-13"><a href="#L-13"><span class="linenos">13</span></a><span class="n">version_tuple</span><span class="p">:</span> <span class="n">VERSION_TUPLE</span>
</span><span id="L-14"><a href="#L-14"><span class="linenos">14</span></a>
</span><span id="L-15"><a href="#L-15"><span class="linenos">15</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="n">version</span> <span class="o">=</span> <span class="s1">&#39;18.11.2&#39;</span>
</span><span id="L-16"><a href="#L-16"><span class="linenos">16</span></a><span class="n">__version_tuple__</span> <span class="o">=</span> <span class="n">version_tuple</span> <span class="o">=</span> <span class="p">(</span><span class="mi">18</span><span class="p">,</span> <span class="mi">11</span><span class="p">,</span> <span class="mi">2</span><span class="p">)</span>
</span><span id="L-15"><a href="#L-15"><span class="linenos">15</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="n">version</span> <span class="o">=</span> <span class="s1">&#39;18.11.3&#39;</span>
</span><span id="L-16"><a href="#L-16"><span class="linenos">16</span></a><span class="n">__version_tuple__</span> <span class="o">=</span> <span class="n">version_tuple</span> <span class="o">=</span> <span class="p">(</span><span class="mi">18</span><span class="p">,</span> <span class="mi">11</span><span class="p">,</span> <span class="mi">3</span><span class="p">)</span>
</span></pre></div>


Expand All @@ -97,7 +97,7 @@ <h1 class="modulename">
<section id="version">
<div class="attr variable">
<span class="name">version</span><span class="annotation">: str</span> =
<span class="default_value">&#39;18.11.2&#39;</span>
<span class="default_value">&#39;18.11.3&#39;</span>


</div>
Expand All @@ -109,7 +109,7 @@ <h1 class="modulename">
<section id="version_tuple">
<div class="attr variable">
<span class="name">version_tuple</span><span class="annotation">: object</span> =
<span class="default_value">(18, 11, 2)</span>
<span class="default_value">(18, 11, 3)</span>


</div>
Expand Down
40 changes: 20 additions & 20 deletions docs/sqlglot/dataframe/sql.html

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions docs/sqlglot/dialects/bigquery.html

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions docs/sqlglot/dialects/clickhouse.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/sqlglot/dialects/databricks.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/sqlglot/dialects/doris.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/sqlglot/dialects/drill.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/sqlglot/dialects/duckdb.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/sqlglot/dialects/hive.html

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions docs/sqlglot/dialects/mysql.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/sqlglot/dialects/oracle.html

Large diffs are not rendered by default.

163 changes: 85 additions & 78 deletions docs/sqlglot/dialects/postgres.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/sqlglot/dialects/presto.html

Large diffs are not rendered by default.

985 changes: 542 additions & 443 deletions docs/sqlglot/dialects/redshift.html

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions docs/sqlglot/dialects/snowflake.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/sqlglot/dialects/spark.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/sqlglot/dialects/spark2.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/sqlglot/dialects/sqlite.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/sqlglot/dialects/starrocks.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/sqlglot/dialects/tableau.html

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions docs/sqlglot/dialects/teradata.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/sqlglot/dialects/trino.html
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ <h5>Inherited Members</h5>
<dd id="Trino.Generator.comprehension_sql" class="function"><a href="../generator.html#Generator.comprehension_sql">comprehension_sql</a></dd>
<dd id="Trino.Generator.columnprefix_sql" class="function"><a href="../generator.html#Generator.columnprefix_sql">columnprefix_sql</a></dd>
<dd id="Trino.Generator.opclass_sql" class="function"><a href="../generator.html#Generator.opclass_sql">opclass_sql</a></dd>
<dd id="Trino.Generator.predict_sql" class="function"><a href="../generator.html#Generator.predict_sql">predict_sql</a></dd>

</div>
<div><dt><a href="presto.html#Presto.Generator">sqlglot.dialects.presto.Presto.Generator</a></dt>
Expand Down
Loading

0 comments on commit 2bcd3e7

Please sign in to comment.