kostafey / ejc-sql

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

SQLite Company Completion #155

Closed oolonc closed 2 years ago

oolonc commented 3 years ago

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: An error occurred in auto-begin
Company: backend ejc-company-backend error "ArityException Wrong number of args (14) passed to: PersistentVector  clojure.lang.AFn.throwArity (AFn.java:429)
" with args (candidates sele)

Some additional info:

❯ clojure --version
Clojure CLI version 1.10.3.933

~
❯ java --version
openjdk 16.0.1 2021-04-20
OpenJDK Runtime Environment GraalVM CE 21.1.0 (build 16.0.1+9-jvmci-21.1-b05)
OpenJDK 64-Bit Server VM GraalVM CE 21.1.0 (build 16.0.1+9-jvmci-21.1-b05, mixed mode, sharing)

❯ emacs --version
GNU Emacs 28.0.50
Copyright (C) 2021 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Any hints to check out would be appreciated. Thank you again!

dvzubarev commented 11 months ago

I have the same problem. Did you solve this issue?