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

13 lines
158 B
Text
Raw Normal View History

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