Skip to content

Commit

Permalink
update sqlparser to 0.49
Browse files Browse the repository at this point in the history
closes #491
  • Loading branch information
lovasoa committed Jul 23, 2024
1 parent 1f5bd20 commit b18a791
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 67 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- add `text` and `post_html` properties to the [html](https://sql.ophir.dev/documentation.sql?component=html#component) component. This allows to include sanitized user-generated content in the middle of custom HTML.
- allow loading javascript ESM modules in the shell component
- allow customizing the [Content-Security-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) in the configuration.
- update to [sqlparser v0.49.0](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md#0490-2024-07-23)
- support [`WITH ORDINALITY`](https://www.postgresql.org/docs/current/queries-table-expressions.html#QUERIES-TABLEFUNCTIONS) in postgres `FROM` clauses

## 0.25.0 (2024-07-13)

Expand Down
Loading

0 comments on commit b18a791

Please sign in to comment.