Code

store: During lookup use strcmp() only for unknown data-types.
authorSebastian Harl <sh@tokkee.org>
Fri, 24 Oct 2014 16:08:14 +0000 (18:08 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 24 Oct 2014 16:08:14 +0000 (18:08 +0200)
commitb413c7f277d4285a4c9552f5d1e9d5cf721585b5
treefce68bd6ebd9fa166c987a87509389913346937a
parent9d15e8a6bb4b1d5219f65b859a0744e9d91c8384
store: During lookup use strcmp() only for unknown data-types.

Unknown data-types means that we don't know the type of either one expression
before hand. For example, this is true for attributes given that there is no
schema.
src/core/store_lookup.c
t/unit/core/store_lookup_test.c