Files
lovasoa d69b1d1d9f Make URL and POST parameters immutable, separate from SET variables
- URL and POST parameters are now immutable after request initialization
- SET command creates user-defined variables in separate namespace
- Variable lookup: SET variables shadow request parameters
- Added sqlpage.variables('set') to inspect user-defined variables
- Simplified API: most functions now use &RequestInfo instead of &mut
- All tests passing (151 total)
2025-11-19 02:11:03 +01:00
..
2023-08-10 01:15:47 +02:00
2025-11-05 10:13:02 +01:00
2024-12-06 21:42:55 +01:00
2024-11-20 19:44:37 +01:00
2025-01-03 00:33:19 +01:00
2025-01-27 14:39:29 +01:00
2024-12-07 21:16:51 +01:00
2023-06-12 18:12:37 +02:00
2025-02-03 01:56:47 +01:00
2025-01-11 00:45:37 +01:00
2025-11-08 00:31:38 +01:00
2024-09-06 12:01:25 +02:00
2024-09-05 21:42:22 +02:00
2025-01-18 21:46:00 +01:00
2024-11-28 22:17:23 +01:00
2024-11-26 23:26:09 +01:00
2025-08-28 09:49:47 +02:00
2024-09-06 12:01:25 +02:00
2024-08-17 17:26:31 +02:00
2024-08-17 00:22:11 +02:00

Official SQLPage site

The SQLPage website is of course built with SQLPage !

Things that you may be interested to look at:

It is hosted as a simple Docker container on sql-page.com.

Feel free to open a pull request if you would like to add or change anything !