fukamachi / cl-dbi

Database independent interface for Common Lisp
202 stars 28 forks source link

dbi:connect somehow blocks Keyboard Interrupt #40

Closed petelliott closed 6 years ago

petelliott commented 6 years ago

in sbcl 1.4.10, running:

(defvar *conn* (dbi:connect :mysql :database-name "db" :username "root"))

somehow disables the keyboard/interactive interrupt (\<C-c>). It remains disabled when the connection is closed.

fukamachi commented 6 years ago

Interesting. Perhaps, cl-mysql has this issue since no problems with PostgreSQL driver.

petelliott commented 6 years ago

I just checked, the problem is in cl-mysql