platform/libinjection/tests/test-folding-079.txt
2019-08-16 10:42:40 -04:00

12 lines
136 B
Text

--TEST--
automatic detection of 'collation types'
--INPUT--
SELECT 1 COLLATE papers;
--EXPECTED--
E SELECT
1 1
A COLLATE
n papers
; ;