limbo/cli
Pekka Enberg 4d6b5c2b88 Merge 'cli: fix panic of queries with less than 7 chars' from Nils Koch
Hey everyone! I think this project is really really cool and I am here
to answer @jussisaurio
[call](https://x.com/jussisaur/status/1930290889496129562).
I started tinkering around with limbo and ran into this panic. Any input
with less than 7 characters (`"explain".len()`) will trigger it. In my
case it was `show;`. The issue was introduced a week ago in #1678.
PS: As I [said on X](https://x.com/nilskch/status/1930362930605723818),
I would love to help you with Limbo. I have a lot of experience with
DSLs and LSPs, and I have recently become interested in databases. I
don't have much experience with databases yet, but I am happy to learn.
I see that you have a lot of stuff going on with DSLs at the moment, so
I would be productive straight away in that area. Happy to chat if you
need help :)

Closes #1730
2025-06-16 11:06:02 +03:00
..
commands Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
config applying config in app 2025-05-17 15:51:43 -03:00
docs config docs 2025-05-17 15:51:17 -03:00
app.rs Merge 'cli: fix panic of queries with less than 7 chars' from Nils Koch 2025-06-16 11:06:02 +03:00
build.rs adding table colors 2025-03-06 15:52:20 -03:00
Cargo.toml add anyhow to workspace dependency 2025-06-10 10:50:39 -03:00
helper.rs Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
input.rs Add the .indexes command 2025-04-26 12:27:08 +03:00
main.rs applying config in app 2025-05-17 15:51:43 -03:00
opcodes_dictionary.rs fix: lint warnings 2024-07-08 22:43:11 +05:30
SQL.sublime-syntax highlight candidate 2025-03-06 16:33:23 -03:00