diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-01-23 11:20:20 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-01-23 11:20:20 -0500 |
commit | d19c329607d611901540e5d3d746c1a94a0b6210 (patch) | |
tree | 05c845164e3f3df9dc38668a0278d15d0caaacfe /lib/form.h | |
parent | 71064d07ad84b1d31471298f8cc5b497cbe85505 (diff) | |
download | verbly-d19c329607d611901540e5d3d746c1a94a0b6210.tar.gz verbly-d19c329607d611901540e5d3d746c1a94a0b6210.tar.bz2 verbly-d19c329607d611901540e5d3d746c1a94a0b6210.zip |
Fixed normalization of negative join filters
Previously, negative join filters were folded in with positive joins by AND/ORing them together and negating the negative joins. Checking for the existence of something that doesn't match a condition is different from checking for the non-existence of something that does match a condition, so now normalization considers positive and negative join filters to be distinct classes of filters and does not fold them together. Also made some whitespace changes.
Diffstat (limited to 'lib/form.h')
0 files changed, 0 insertions, 0 deletions