Code

store/frontend: Added support for integer and float comparison.
authorSebastian Harl <sh@tokkee.org>
Mon, 23 Jun 2014 20:47:01 +0000 (22:47 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 23 Jun 2014 20:47:01 +0000 (22:47 +0200)
commit816b2d5239c9d9dd55bea8a3684f55d7a17bf380
tree9b0f508e05515a3bcec340ea512290d0486f743f
parente3cf0b974dff6df9da8dc4c77b603466ac7e825d
store/frontend: Added support for integer and float comparison.

This is supported only for comparing attribute values.
src/core/store_lookup.c
src/frontend/grammar.y
src/frontend/scanner.l
t/unit/core/store_lookup_test.c
t/unit/frontend/parser_test.c