Revert "Remove "bugs" that do not exist anymore"

This commit is contained in:
Alexey Milovidov 2022-03-12 22:11:49 +03:00 committed by GitHub
parent 3385275003
commit a9f0c66475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 6 deletions

View File

@ -1,2 +0,0 @@
SELECT positionCaseInsensitiveUTF8('Hello', materialize('%\xF0%'));
SELECT DISTINCT positionCaseInsensitiveUTF8(materialize('Hello'), '%\xF0%') FROM numbers(1000);

View File

@ -1,3 +1,6 @@
-- Tags: no-polymorphic-parts
-- Tag no-polymorphic-parts: bug, shoud be fixed
DROP TABLE IF EXISTS APPLICATION;
DROP TABLE IF EXISTS DATABASE_IO;

View File

@ -0,0 +1,2 @@
SELECT positionCaseInsensitiveUTF8('Hello', materialize('%\xF0%'));
SELECT positionCaseInsensitiveUTF8(materialize('Hello'), '%\xF0%') FROM numbers(1000);