发布

  • improved errors, table action URLs, Server-Timing, ODBC fixes, new login component.

    frostbyte_neo 发布于 2025-10-27 23:16:27 +00:00 | 404 次提交 在此版本后已推送到 main

    • Ability to execute sql for URL paths with another extension. If you create sitemap.xml.sql, it will be executed for example.com/sitemap.xml
    • Display source line info in errors even when the database does not return a precise error position. In this case, the entire problematic SQL statement is referenced.
    • The shell with a vertical sidebar can now have "active" elements, just like the horizontal header bar.
    • New edit_url, delete_url, and custom_actions properties in the table component to easily add nice icon buttons to a table.
    • SQLPage now sets the Server-Timing header in development. So when you have a page that loads slowly, you can open your browser's network inspector, click on the slow request, then open the timing tab to understand where it's spending its time.
      • image
    • Fixed a memory corruption issue in the builtin odbc driver manager
    • ODBC: fix using globally installed system drivers by their name in debian-based linux distributions.
    • New login component.
    下载附件