ISSUES-180 add test

This commit is contained in:
zhang2014 2018-02-09 19:38:24 +08:00
parent 7a1e5a0971
commit 4e36616729
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT toFixedString('', 4) AS str, empty(str) AS is_empty;