kostafey / ejc-sql

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

Cannot set fetch size or max rows #154

Closed thermopyle closed 3 years ago

thermopyle commented 3 years ago

I get "Too many rows" when I query my SQLite DB. To see all the data, I try to set the ejc-set-fetch-size and ejc-set-max-rows variables as mentioned in the documentation of ejc-sql. This only results in Emacs crashing on startup. When I check the implementation of ejc-sql I cannot find any such variables. How can I avoid the problem with "Too many rows" in my queries?

thermopyle commented 3 years ago

Solved it, didn't see the part in the docs about doing this in a hook.