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.
- 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)