K2InformaticsGmbH / imem

Clustered in-memory database based on MNESIA with simple SQL layer
http://www.k2informatics.ch/
Apache License 2.0
21 stars 4 forks source link

skvh filter_cluster_snapshot filters out everything for ['*'] as filter. #313

Closed piosok closed 4 years ago

piosok commented 4 years ago

fixes #308

'*' is not interpreted as wildcard becuse only symbols in list are considered wildcards. added clause hasWild to interpret '*' as wildcard too.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.06%) to 48.263% when pulling 117b7aa421bda5dcd625638b645baf48eebd68af on piosok:308_skvh_filter_cluster_snapshot_start into 6bec45d6cbc154ef18071fb025c1059a4bc4ed9f on K2InformaticsGmbH:master.

c-bik commented 4 years ago

@piosok your solution was on the right track it just needed some cosmetics improvement which I did here https://github.com/K2InformaticsGmbH/imem/pull/318.

Thanks for your contribution 👍