Web console doesn't always highlight correct error position
Open
@emrberk is already working on this.
Since Jul 7, 2025.
bug
Severity: 2
web-console
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 39
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 4
Description
Describe the bug
For some SQLs web console doesn't mark proper error position returned by backend .
To reproduce
- Open web console
- Execute
select * from long_sequence(1) where cast(x as timestamp) = '2012-04-12T12:00:0A' - Check that error marker is at start of line
Expected Behavior
Web console should mark problmatic timestamp literal - either whole or start or end.
Environment
- **QuestDB version**: latest 6.2.1 master
- **OS**: Windows
- **Browser**: Chrome
Additional context
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.