dt-sql-parser
                                
                                 dt-sql-parser copied to clipboard
                                
                                    dt-sql-parser copied to clipboard
                            
                            
                            
                        [Bug]: The Trino parser seems to be broken
Version
4.0.0-beta.4.11
Which SQL?
Trino
SQL content
select * from whatever limit 100;
JavaScript/TypeScript code
No response
What happened?
The Trino parser doesn't seem to be working for the limit query mentioned above. 100 is being excluded by the parser
For "select * from whatever limit 100;", the parser (splitSQLByStatement) returns "select * from whatever limit"
Relevant log output
No response
I tried to reproduce the issue locally and found no problem.
Just because there are too many parsed nodes, 100 has not been displayed on the screen. You can see the node by scrolling the current screen.
Please check this gif.
Opening this again. The issue is actually with splitSQLByStatement @LuckyFBB, @mumiao
version: 4.0.0-beta.4.11
verison: 4.0.1
yes, this is a bug for version 4.0.0-beta.4.11, and we resolve it at lastest version 4.0.1, please upgrade your sql-parser version
Close because inactive