Add tests

This commit is contained in:
alesapin 2020-10-02 17:29:20 +03:00
parent 8c0581c503
commit 7d75866722
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
1
1
1
0

View File

@ -0,0 +1,5 @@
SELECT 'hello' like 'hell%';
SELECT 'HELLO' ilike 'hell%';
SELECT 'world' ilike 'Wo%Ld';
SELECT 'world' like 'Wo%Ld';