platform/libinjection/tests/test-folding-079.txt

13 lines
136 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
automatic detection of 'collation types'
--INPUT--
SELECT 1 COLLATE papers;
--EXPECTED--
E SELECT
1 1
A COLLATE
n papers
; ;