I really like sqlutils but I think it would be pretty useful to be able to declare expressions in the same vein as '!field' : (sql expression) works in format, lets assume I want to look for a record with a date between ranges, or that i want to do a query with "field like string",
do you plan on implementing any of those?, I know it kinda breaks the semantics because the two things are not the same, I was just wondering, maybe I can wrap your function for my usecase and do some parsing to build the expressions I need.