platform/libinjection/tests/test-tokens-cimpl-003.txt
2019-08-16 10:42:40 -04:00

8 lines
202 B
Text

--TEST--
Strings, tokens are truncated to 31 chars (+1 NULL == 32 chars total)
--INPUT--
SELECT '1234567890123456789012345678901234567890';
--EXPECTED--
E SELECT
s '1234567890123456789012345678901'
; ;