mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test
This commit is contained in:
parent
9f26ac06ea
commit
f2296ba313
@ -0,0 +1 @@
|
||||
Settings description should start with capital letter
|
@ -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));
|
Loading…
Reference in New Issue
Block a user