anse1 / emacs-libpq

An Emacs 25 module for accessing postgres via libpq.
GNU General Public License v3.0
22 stars 3 forks source link

Emacs segafults on (pq:escapeLiteral #11

Closed gnusupport closed 5 years ago

gnusupport commented 5 years ago

If I use (pq:escapeLiteral "'" "d") -- I did not know how to use it, but Emacs segfaults on this.

anse1 commented 5 years ago

Should be fixed in commit d738d21b6ab

Thanks for the report!