5 lines
212 B
SQL
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;
|