penberg / limbo

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

Pressing `Ctrl+C` should stop current query execution #260

Closed rajivharlalka closed 2 months ago

rajivharlalka commented 2 months ago

Currently pressing CTRL+C exits from the limbo shell instead of just stopping the current query execution.