kostafey / ejc-sql

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

ejc-get-keywords uses lowercase instead of downcase #148

Closed wilkinsonmr closed 1 year ago

wilkinsonmr commented 3 years ago

With ejc-candidates-uppercase set to nil, ejc-get-keywords throws "Symbol's function definition is void: lowercase". Use the downcase function instead.

huangfeiyu commented 2 years ago

I just have exactly the same issue.

kostafey commented 1 year ago

Fixed.