ejc-sql
ejc-sql copied to clipboard
Where would be a good place to escape/handle the pipe char "|" in the results?
I have been using ejc-sql for adhoc queries for a while to integrate with my notes in org mode. Recently I noticed my data was shifted over with the wrong values for the columns. Turns out one of the columns had the "|" in the middle of a string value and that was interpreted as a column boundary.
I might be able to patch this, but wanted to get your opinion first on whether it should be done in the clojure or elisp code.