-
Notifications
You must be signed in to change notification settings - Fork 2.1k
BUG: can't stop execution of open SQL_TABLE.db with Ctrl+C #14960
Copy link
Copy link
Closed
Labels
A:signal-cancelProblems with how executions react to signals or attempts at cancellation (CTRL-C)Problems with how executions react to signals or attempts at cancellation (CTRL-C)category:bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
If I run:
open C:\marat\programs\BASE\MiriadRobot\_databases\fut_ru.db
I can't stop execution of command by pressing Ctrl+C.
This db contains several tables, each of them contain 3224 records, so i need to wait until all of them are printed.
How to reproduce
- Open any sqlite3 big table by
opencommand - Try to stop the printing of table by pressing
Ctrl+C
Expected behavior
I expected the command to stop execution.
Configuration
| key | value |
|---|---|
| version | 0.101.0 |
| major | 0 |
| minor | 101 |
| patch | 0 |
| branch | |
| commit_hash | |
| build_os | windows-x86_64 |
| build_target | x86_64-pc-windows-msvc |
| rust_version | rustc 1.83.0 (90b35a623 2024-11-26) |
| rust_channel | stable-x86_64-pc-windows-msvc |
| cargo_version | cargo 1.83.0 (5ffbef321 2024-10-29) |
| build_time | 2025-01-20 08:30:19 +05:00 |
| build_rust_channel | release |
| allocator | mimalloc |
| features | default, sqlite, trash |
| installed_plugins |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:signal-cancelProblems with how executions react to signals or attempts at cancellation (CTRL-C)Problems with how executions react to signals or attempts at cancellation (CTRL-C)category:bugSomething isn't workingSomething isn't working