Improved input functions [skip ci]

This commit is contained in:
Andrew Kane
2024-04-13 11:09:59 -07:00
parent 9957ba6817
commit 23944302fe
6 changed files with 14 additions and 8 deletions

View File

@@ -20,7 +20,6 @@ SELECT '['::halfvec;
SELECT '[ '::halfvec;
SELECT '[,'::halfvec;
SELECT '[]'::halfvec;
-- TODO fix error message
SELECT '[ ]'::halfvec;
-- TODO fix error message
SELECT '[,]'::vector;