You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: