Added a test

This commit is contained in:
Alexey Milovidov 2020-06-20 09:56:37 +03:00
parent 9f26ac06ea
commit f2296ba313
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
Settings description should start with capital letter

View File

@ -0,0 +1,2 @@
SELECT 'Settings description should start with capital letter';
SELECT name, description FROM system.settings WHERE substring(description, 1, 1) != upper(substring(description, 1, 1));