| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sqlpage-armv6-bundle.tar.gz | 2025-10-28 | 16.9 MB | |
| sqlpage-aws-lambda.zip | 2025-10-27 | 15.8 MB | |
| sqlpage-linux.tgz | 2025-10-27 | 12.0 MB | |
| sqlpage-macos.tgz | 2025-10-27 | 11.6 MB | |
| sqlpage-windows.zip | 2025-10-27 | 10.2 MB | |
| README.md | 2025-10-27 | 2.4 kB | |
| v0.39.0 source code.tar.gz | 2025-10-27 | 34.2 MB | |
| v0.39.0 source code.zip | 2025-10-27 | 34.5 MB | |
| Totals: 8 Items | 135.4 MB | 0 | |
SQLPage v0.39.0
-
Added support for executing SQL for URL paths with additional extensions. For example, creating
sitemap.xml.sqlwill execute the SQL file when visitingexample.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.
-
-
The shell with a vertical sidebar now supports active elements, similar to the horizontal header bar.
-
-
Added new properties (
edit_url,delete_url, andcustom_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 ! -
-
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.
-
-
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 !