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
..
2025-05-29 22:44:22 +02:00
2025-05-25 23:22:41 +02:00
2025-09-15 14:01:28 +02:00
2025-05-25 23:22:41 +02:00
2023-11-24 23:49:53 +01:00