ejc-sql
ejc-sql copied to clipboard
Emacs SQL client uses Clojure JDBC.
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...
hello, i'm not sure what i'm doing wrong but upon `ejc-connect`, i get: ``` Connection started... [nREPL] Starting server via /usr/local/bin/lein update-in :dependencies conj \[nrepl/nrepl\ \"1.0.0\"\] -- update-in :plugins conj...
I would like to have support for displaying output in PL/SQL programming with `DBMS_OUTPUT`.
Is it possible to show/fill the "nulls" of something like the following result? Does ejc-sql have an option for that? ``` orderid │ promotioncode ────────┼────────────── 1001 │ 1002 │ 1003...