author | Sebastian Harl <sh@tokkee.org> | |
Mon, 28 Jul 2014 19:16:14 +0000 (21:16 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 28 Jul 2014 19:21:03 +0000 (21:21 +0200) | ||
commit | a077fb06b0cf27ca51477c76d5520d0c814af8df | |
tree | 04235c49ac35880bfe588c6c0a070eb2cf26a7b2 | tree | snapshot |
parent | d50007810e6b5278e9b0af174b4bc7e964150f67 | commit | diff |
store, frontend: Let lookups support arbitrary expressions for comparison.
… rather than simple values.
When comparing object names, the expression has to evaluate to a (constant)
string but conditional attribute comparison supports arbitrary expressions.
Expressions are only evaluated when using them during a comparison even though
we only support constant expressions so far. This will be optimized in the
future.
… rather than simple values.
When comparing object names, the expression has to evaluate to a (constant)
string but conditional attribute comparison supports arbitrary expressions.
Expressions are only evaluated when using them during a comparison even though
we only support constant expressions so far. This will be optimized in the
future.