anse1 / emacs-libpq

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

Error is not properly raised on connection failure #5

Closed anse1 closed 7 years ago

anse1 commented 7 years ago

Currently, a dead but formerly-live connection sometimes yields an error by the emacs-module wrapper "peculiar error", instead of a properly reported one.

This needs fixing.