ejc-sql icon indicating copy to clipboard operation
ejc-sql copied to clipboard

Emacs SQL client uses Clojure JDBC.

Results 44 ejc-sql issues
Sort by recently updated
recently updated
newest added

I'm getting `error in process sentinel: Wrong number of arguemnts: #` whenever I run `M-x` `ejc-eval-user-sql-at-point` to evaluate some commands. It takes about ~1 minute to evaluate it and I...

This was the only Emacs solution that I found that works with Snowflake. I would love to help test or with some guidance add some additional support for completion. The...

enhancement

Hi! Thanks for this package. I was just wondering if it's possible to show the data types of the DB columns in direx?

task

Good day! Thank you for this excellent package! I'm having some difficulty getting autocompletion working when connected to an SQLite database. The error I'm see is as follows: ``` Company:...

Hello and thank you for all your work. When trying to use your plugin, i came across the inability for me to get the DDL of a procedure (ejc could...

I installed it via melpa per the instructions and the completions just never seem to happen. I'm using GNU Emacs 28.0.50 on NixOS 21.05.20210222.c7d0dbe.

How to display the insert statement? I don't want use mysqldump,navacat,datagrip ...

task

Using ejc as of commit 6eecf51e4c5e6f7d24ab90e8def34f6cea4eda52 if I do: M-x get-ejc-temp-buffer enter: ``` select 1; / select 2; ``` Call `C-c C-c` on each one then press `M-,` and the...

Quite often, when doing interactive analysis, I want to save all results into a file for later use, e.g. as CSV. This is similar to what you get in Oracle's...

I used Emacs package `explain-pause-mode` profiled ejc-sql company-mode candidates completion. It's slow. Here is the profile data output: ``` - ... 31 100% - # 31 100% - apply 31...