-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Query parser ignoring anything after limit #6726
Copy link
Copy link
Closed
Labels
BugIncorrect or unexpected behaviorIncorrect or unexpected behaviorSQLIssues or changes relating to SQL executionIssues or changes relating to SQL execution
Description
To reproduce
Try this out in demo
select * from trades where timestamp in today()
limit -1
select * from trades;
It should complain, but just executes the first query instead
QuestDB version:
9.3.2
OS, in case of Docker specify Docker and the Host OS:
demo box
File System, in case of Docker specify Host File System:
ext4
Full Name:
javier
Affiliation:
questdb
Have you followed Linux, MacOs kernel configuration steps to increase Maximum open files and Maximum virtual memory areas limit?
- Yes, I have
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugIncorrect or unexpected behaviorIncorrect or unexpected behaviorSQLIssues or changes relating to SQL executionIssues or changes relating to SQL execution