-
Cool new features : autocomplete in forms and external API requests
发布于
2024-04-21 20:31:51 +00:00 | 1952 次提交 在此版本后已推送到 main- New
dropdownrow-level property in theformcomponent - Adds a new
sqlpage.fetchfunction that allows sending http requests from SQLPage. This is useful to query external APIs. This avoids having to resort tosqlpage.exec. - Fixed a bug that occured when using both HTTP and HTTPS in the same SQLPage instance. SQLPage tried to bind to the same (HTTP)
port twice instead of binding to the HTTPS port. This is now fixed, and SQLPage can now be used with both a non-443portand
anhttps_domainset in the configuration file. - Updated sqlparser
- adds support for named windows in window functions
- New icons with tabler icons 3.2: https://tabler.io/icons/changelog
- Optimize queries like
select xxx as component, sqlpage.some_function(...) as parameter
to avoid making an unneeded database query.
This is especially important for the performance ofsqlpage.run_sqland thedynamiccomponent.
下载附件
- New