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

Try company completion frontend: http://company-mode.github.io/

enhancement

[emacs-sqlite3-api](https://github.com/pekingduck/emacs-sqlite3-api) has the [sqlite3-column-*](https://github.com/pekingduck/emacs-sqlite3-api#-sqlite3-column-) functions for retrieving the results of a row. Does your package have functions which can be used in this manner?

question
documentation

For connection to Informix-db I get no auto-complete-candidates for db-specific entities like tables and columns - no message or error occurs ...

informix

Is ejc-sql possible to provide code complete for `sql.el`'s `sql-interactive-mode` buffer?

task

Describe log & add disable log option.

task
documentation

Provide hint for stored procedures if possible.

task

Handle stored procedures output.

task

Make password keep optional. Add `:password-required t/nil` to `ejc-create-connection` possible args.

task

Java process persists for H2 database server after nREPL process terminated.

bug

Keep cursor position for ejc-show-prev-result.

task