Skip to content

v0.39.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Oct 23:36
· 7 commits to main since this release

SQLPage v0.39.0

  • Added support for executing SQL for URL paths with additional extensions.
    For example, creating sitemap.xml.sql will execute the SQL file when visiting example.com/sitemap.xml.

  • Error messages now display source line information even when the database does not return a precise error position. In such cases, the entire problematic SQL statement is referenced.

    • image
  • The shell with a vertical sidebar now supports active elements, similar to the horizontal header bar.

    • image
  • Added new properties (edit_url, delete_url, and custom_actions) to the table component, making it easy to add icon buttons for editing, deleting, or performing custom actions. Thank you, @Phoenix79-spec for implementing this !

    • image
  • SQLPage now sets the Server-Timing header in development mode. This allows you to identify performance bottlenecks by opening your browser’s network inspector, selecting a slow request, and viewing the Timing tab.

    • firefox screenshot
  • Fixed a memory corruption issue leading to crashes in the built-in ODBC driver manager.

  • ODBC: Fixed support for using globally installed system drivers by name on Debian-based Linux distributions. This means you can reference drivers by their name instead of having to provide the full path to the driver's .so file on these distributions.

  • Added a new login component to create visually appealing login forms easily. Many thanks to @olivierauverlot for his contribution !

    • image