| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sqlpage-aws-lambda.zip | 2026-03-08 | 16.3 MB | |
| sqlpage-linux.tgz | 2026-03-08 | 12.2 MB | |
| sqlpage-macos.tgz | 2026-03-08 | 11.8 MB | |
| sqlpage-windows.zip | 2026-03-08 | 10.3 MB | |
| README.md | 2026-03-08 | 1.4 kB | |
| v0.43.0 source code.tar.gz | 2026-03-08 | 34.3 MB | |
| v0.43.0 source code.zip | 2026-03-08 | 34.6 MB | |
| Totals: 7 Items | 119.6 MB | 2 | |
SQLPage v0.43.0 (2026-03-08)
[!NOTE] SQLPage transforms your SQL queries into web user interfaces. It lets you create web applications quickly, entirely in SQL. Download for Windows, MacOS, or Linux, or try online!
- OIDC protected and public paths now respect the site prefix when it is defined.
- Fix: OIDC provider metadata refreshes now always happen in the background, and with a timeout. Previously, a slow OIDC provider could prevent SQLPage from handling requests for an arbitrary amount of time.
- Fix: forms without submit or reset buttons no longer keep extra bottom spacing.
- add submit and reset form button icons: validate_icon, reset_icon, reset_color
- improve error messages when sqlpage functions are used incorrectly. Include precise file reference and line number
- updated sql parser: https://github.com/apache/datafusion-sqlparser-rs/blob/main/changelog/0.61.0.md
- Add margin bottom in the big number component
- In forms without a submit button (such as auto_submit forms), remove awkward padding at the end of the form