kostafey / ejc-sql

Emacs SQL client uses Clojure JDBC.
278 stars 29 forks source link

Dollar Quoting #146

Closed cbarnabas closed 3 years ago

cbarnabas commented 3 years ago

Hello, I am trying to run some PL/pgSQL and am getting an error regarding the dollar-quoted body. 2020-12-04-154137_960x1011_scrot

Is there some further configuration that is needed for this to execute?

kostafey commented 3 years ago

Hello, @cbarnabas.

  1. Please, read this docs section: https://github.com/kostafey/ejc-sql#separators-delimiters
  2. Please, add :separator "/" to the database connection configuration, e.g.: https://github.com/kostafey/ejc-sql#oracle-connection
cbarnabas commented 3 years ago

Ah thank you! Sorry for the noise.