Skip to content

Commit c359574

Browse files
committed
update dependencies
1 parent 49b3d5b commit c359574

File tree

3 files changed

+228
-99
lines changed

3 files changed

+228
-99
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG.md
22

3+
## 0.18.3 (unreleased)
4+
5+
- Updated dependencies
6+
- Updated sql parser, to add [support for new syntax](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md), including:
7+
- MySQL's [`JSON_TABLE`](https://dev.mysql.com/doc/refman/8.0/en/json-table-functions.html) table-valued function, that allows easily iterating over json structures
8+
- MySQL's [`CALL`](https://dev.mysql.com/doc/refman/8.0/en/call.html) statements, to call stored procedures.
9+
- PostgreSQL `^@` starts-with operator
10+
311
## 0.18.2 (2024-01-29)
412

513
- Completes the 0.18.1 fix for the `chart` component: fix missing chart title.

0 commit comments

Comments
 (0)