Hi, is there any way to sql/format the query inlining everything? Without having to modify the query itself, I just want to test them in another sql client doing copy/paste
@bertofer There is not. Might be an interesting option -- but it definitely has challenges (since it would have to be able to render arbitrary Clojure data as SQL-compatible strings, which is not something the library does at all today).
Ok thanks for the answer @seancorfield