gnorm icon indicating copy to clipboard operation
gnorm copied to clipboard

bugfix: fixed String() and Values() methods for andClause and orClause

Open Ompluscator opened this issue 6 years ago • 0 comments

String() method: added wrapper with brackets, so it renders "( ..... AND ..... )" and now it supports nested AND/OR clauses Values() method: fixed wrong fetching of the values (adding nil values into array of interfaces, when they are not defined), so it can supports nested AND/OR clauses

Ompluscator avatar Sep 09 '18 11:09 Ompluscator