Added another test case

This commit is contained in:
Alexey Milovidov 2019-11-05 01:47:46 +03:00
parent 0a3b7068fd
commit 4f83b56c14
2 changed files with 17 additions and 0 deletions

View File

@ -1,2 +1,18 @@
привет
привет
аривет
бривет
вривет
гривет
дривет
еривет
жривет
зривет
иривет
йривет
кривет
лривет
мривет
нривет
оривет
привет

View File

@ -1,2 +1,3 @@
SELECT char(0xD0, 0xBF, 0xD1, 0x80, 0xD0, 0xB8, 0xD0, 0xB2, 0xD0, 0xB5, 0xD1, 0x82) AS hello;
SELECT char(-48,-65,-47,-128,-48,-72,-48,-78,-48,-75,-47,-126) AS hello;
SELECT char(-48, 0xB0 + number,-47,-128,-48,-72,-48,-78,-48,-75,-47,-126) AS hello FROM numbers(16);