platform/libinjection/tests/test-tokens-cimpl-003.txt

9 lines
202 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
Strings, tokens are truncated to 31 chars (+1 NULL == 32 chars total)
--INPUT--
SELECT '1234567890123456789012345678901234567890';
--EXPECTED--
E SELECT
s '1234567890123456789012345678901'
; ;