Closed ccaiy9 closed 3 years ago
Not a bug. This works as intended. For splitting SQL statements the module relies on semicolons. Otherwise it would get very complicated to identify statements. This is due to the nature of the parser which has no grammar (it's non-validating).
Not a bug. This works as intended. For splitting SQL statements the module relies on semicolons. Otherwise it would get very complicated to identify statements. This is due to the nature of the parser which has no grammar (it's non-validating).
Well, How can I solve this problem that SQL statement without semicolon? Any good suggestions? THANKS !
t_sql is two SQL statements, and there is no semicolon at the end of the first SQL statement。 But the result is considered one statement。 Is this a bug? Or is there any good solutions?