Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sqlpage-aws-lambda.zip | 2025-06-02 | 15.0 MB | |
sqlpage-linux.tgz | 2025-06-02 | 11.3 MB | |
sqlpage-macos.tgz | 2025-06-02 | 11.0 MB | |
sqlpage-windows.zip | 2025-06-02 | 9.7 MB | |
README.md | 2025-06-02 | 1.8 kB | |
v0.35.2 source code.tar.gz | 2025-06-02 | 34.1 MB | |
v0.35.2 source code.zip | 2025-06-02 | 34.4 MB | |
Totals: 7 Items | 115.6 MB | 3 |
SQLPage v0.35.2
SQLPage is the easiest way to turn your SQL queries into beautiful, interactive websites—no traditional coding required. If you can query a database, you can build data-driven web apps.
This is a small bugfix release.
- Fix a bug with zero values being displayed with a non-zero height in stacked bar charts.
- Updated dependencies, including the embedded SQLite database (updated to sqlite v3.49.2)
- Linux release binaries are now dynamically linked again, but use GLIBC 2.28 (released in 2018), which is compatible with older linux distributions, including RHEL 8.
- This fixes an issue introduced in 0.35 where custom SQLite extension loading would not work on linux.
- When an user requests a page that does not exist (and the site owner did not provide a custom 404.sql file), we now serve a nice visual 404 web page instead of the ugly textual message and the verbose log messages we used to have.
- still returns plain text 404 for non-HTML requests. For instance, API requests to non-existing routes will return a textual response.
- Rich text editor: implement a readonly mode, activated when the field is not editable
- chart component: remove automatic sorting of categories. Values are now displayed in the order they are returned by the query. (bug)