You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ This is a bugfix release.
7
7
- Fix a bug where the form component would not display the right checked state in radio buttons and checkboxes.
8
8
-https://github.com/sqlpage/SQLPage/issues/751
9
9
- Fix a bug in the [link](https://sql-page.com/component.sql?component=link) component where the properties `view_link`, `edit_link`, and `delete_link` had become incompatible with the main `link` property.
10
+
- Updated sqlparser to [v0.53](https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.53.0.md) which fixes parse errors when using some advanced SQL syntax
11
+
- adds support for SQLite's `UPDATE OR REPLACE` syntax
12
+
- adds support for MSSQL's `JSON_ARRAY` and `JSON_OBJECT` functions
13
+
- adds support for PostgreSQL's `JSON_OBJECT(key : value)` and `JSON_OBJECT(key VALUE value)` syntax
0 commit comments