Files
2025-05-25 23:20:31 +02:00

5 lines
212 B
SQL

-- This test checks that the size of the form field can successfully roundtrip,
-- from POST variable to sqlpage variable to handlebars, back to the client
set x = :x;
select 'text' as component, $x as contents;