bugfix : obkv bugfix patch master

This commit is contained in:
obdev
2024-02-07 22:27:13 +00:00
committed by ob-robot
parent 1d80af6ae1
commit cc9f871730
9 changed files with 59 additions and 25 deletions

View File

@ -20,15 +20,15 @@ RowF(<, 'binary:abc')
RowFilter(<, 'binary
--error 5006
RowFilter(<, 'binary'')
--error 4002
--error 5006
RowFilter(<, 'binary''')
--error 5006
RowFilter(<, 'binary:abc'))
--error 5006
(RowFilter(<, 'binary:abc')
--error 4002
--error 5006
RowFilter(>, 'substring:abc')
--error 4007
--error 5006
RowFilter(>=, 'regexstring:abc')
--error 5006
( singlecolumnvaluefilter ( !=, 'substring:abc', 'cf1', 'c1') )