Reza Banikazemi
Results
3
comments of
Reza Banikazemi
Please let me know if anything else I need to get this merged?
@pauldraper Unfortunately, it doesnt work for dynamic table names or order by clauses. For example the below: ``` sql"select name, sum(foo) as foo, sum(bar) as bar from table where account_id...
Cool thanks! I didn't know about the toSql, that's helpful at least it covers the use case. I do think the #$ is nice, I didn't spend much time going...