Describe the enhancement requested
In lot's of databases null characters (\x00) are not accepted in strings (For example postgres but not only). I think given it's such a common gotch in dbs this would be a great use-case for an arrayApproxEqualString method just like we have arrayApproxEqualFloat16.
Component(s)
Go
Describe the enhancement requested
In lot's of databases null characters (
\x00) are not accepted in strings (For example postgres but not only). I think given it's such a common gotch in dbs this would be a great use-case for anarrayApproxEqualStringmethod just like we havearrayApproxEqualFloat16.Component(s)
Go