Open
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