Code

Allow the left operand of comparison operations to be NULL (initially).
authorSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2015 20:13:49 +0000 (21:13 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2015 20:13:49 +0000 (21:13 +0100)
commit64fcd0d638fdfd2ab5845cb7a9d368b8a76b39e9
tree5502596de7319b7e5bcce882b94b31a4cf4e7aca
parent1c6d22596a811f02f04980e4a07fee5b1e899525
Allow the left operand of comparison operations to be NULL (initially).

However, when evaluating the expression, the operand has to be set. We'll use
this as a placeholder for inserting values dynamically.
src/core/store_lookup.c
src/frontend/analyzer.c