For this query: `SELECT * FROM 'something' limit 100;` Seems to be throwing this error ``` Parse error at line 2, column 36: Invalid expression / Unexpected token ``` but if I remove the `limit 100`, it works fine <img width="1459" height="523" alt="Image" src="https://github.com/user-attachments/assets/210da589-2175-489d-b427-3fca7d863f10" />