penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
958 stars 55 forks source link

fix: ctrl-c stop current query execution #269

Closed JeanArhancet closed 1 month ago

JeanArhancet commented 1 month ago

Fix #260 by ensuring Ctrl-C interrupts the query without terminating the process. Implement the SQLite strategy where pressing Ctrl-C twice exits the shell