-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I have digged a bit deeper into the code and have noted some issues, which are in my opinion are due to the fact, that the input string is not tokenised before. I have started to write one, which handles the input quite well. I hope I find time this or next week to port it into the sql2ast function.
Things which cause problems:
Selectis not valid, onlySELECTorselectONandASalways needs to be written in capital lettersSELECT .. x = "some string"; .... "other string"results into ignoring the;as a seperator between the queries
I think there are more issues with the current way the parser works, that are those I just found.
Metadata
Metadata
Assignees
Labels
No labels