Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: postgresql tag filtering for odd-length hex-looking values
The tag filtering code misses odd-length strings that contains only hex digits [0-9a-f]. This fix makes the condition for `has_plain_values` the inverse of the condition for `has_hex_values`. Fixes #191
- Loading branch information