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-10-02 10:51:11 +02:00
2025-10-02 10:51:11 +02:00

The sql files in this folder are all tested automatically.

it_works_ files

Files with names starting with it_works should all return a page that contains the text "It works !" and does not contain the text "error" (case insensitive) when executed.

If a file name contains nosqlite, nomssql, nopostgres or nomysql, then the test will be ignored when running against the corresponding database. This allows using syntax that is not supported on all databases in some tests.

error_ files

Files with names starting with error should all return a page that contains the text "error" and the rest of the file name when executed.