feat: remove data from variables saved to allow.list

This commit is contained in:
Vikram Rangnekar
2020-05-07 10:27:22 -04:00
parent 5aafff6310
commit 84d55dbc8a
9 changed files with 253 additions and 57 deletions

View File

@ -921,8 +921,6 @@ func (c *compilerContext) renderExp(ex *qcode.Exp, ti *DBTableInfo, skipNested b
st.Push('(')
case qcode.OpNot:
//fmt.Printf("1> %s %d %s %s\n", val.Op, len(val.Children), val.Children[0].Op, val.Children[1].Op)
st.Push(val.Children[0])
st.Push(qcode.OpNot)