-
This is a bugfix release.
发布于
2025-01-03 00:07:33 +00:00 | 987 次提交 在此版本后已推送到 main- Fix a bug where the form component would not display the right checked state in radio buttons and checkboxes.
- https://github.com/sqlpage/SQLPage/issues/751
- Fix a bug in the link component where the properties
view_link,edit_link, anddelete_linkhad become incompatible with the mainlinkproperty. - Updated sqlparser to v0.53 which fixes parse errors when using some advanced SQL syntax
- adds support for SQLite's
UPDATE OR REPLACEsyntax - adds support for MSSQL's
JSON_ARRAYandJSON_OBJECTfunctions - adds support for PostgreSQL's
JSON_OBJECT(key : value)andJSON_OBJECT(key VALUE value)syntax - fixes the parsing of
trueandfalsein Microsoft SQL Server (mssql): they are now correctly parsed as column names, not as boolean values, since mssql does not support boolean literals. This means you may have to replaceTRUE as some_propertywith1 as some_propertyin your SQL code when working with mssql.
- adds support for SQLite's
- When your SQL contains errors, the error message now displays the precise line(s) number(s) of your file that contain the error.
下载附件