-
small bugfix release
发布于
2025-09-24 15:16:48 +00:00 | 570 次提交 在此版本后已推送到 main- fixed decoding of UUID values
- Fixed handling of NULL values in
sqlpage.link. They were encoded as the string'null'instead of being omitted from the link's parameters. - Enable submenu autoclosing (on click) in the shell. This is not ideal, but this prevents a bug introduced in v0.36.0 where the page would scroll back to the top when clicking anywhere on the page after navigating from a submenu. The next version will fix this properly. See https://github.com/sqlpage/SQLPage/issues/1011
- Adopt the new nice visual errors introduced in v0.37.1 for '403 Forbidden' and '429 Too Many Requests' errors.
- Fix a bug in oidc login flows. When two tabs in the same browser initiated a login at the same time, an infinite redirect loop could be triggered. This mainly occured when restoring open tabs after a period of inactivity, often in mobile browsers.
- Multiple small sql parser improvements.
- Adds support for MERGE queries inside CTEs, and MERGE queries with a RETURNING clause.
- https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.59.0.md
下载附件