nostr-rs-relay/src/repo
Laszlo Megyer b04ab76e73 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
2024-04-03 02:51:12 +00:00
..
mod.rs feat(NIP-111): pay to relay (experimental) 2023-02-25 15:38:26 -06:00
postgres_migration.rs refactor: clippy suggestions 2024-03-28 10:15:00 -05:00
postgres.rs fix: postgresql tag filtering for odd-length hex-looking values 2024-04-03 02:51:12 +00:00
sqlite_migration.rs refactor: clippy suggestions 2024-03-28 10:15:00 -05:00
sqlite.rs refactor: clippy suggestions 2024-03-28 10:15:00 -05:00