Error message hints displayed weirdly if there is also a source context
Open
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
```
asdf> select sequence_next(100);
error: QueryError: function "sequence_next(arg0: std::int64)" does not exist
┌─ query:1:8
│
1 │ select sequence_next(100);
│ ^^^^^^^^^^^^^^^^^^ Did you want "std::sequence_next(seq: schema::ScalarType)"?
```
The hint appears on the same line as the carets indicating where the error was, and in red.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.