-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error #229
Comments
Can you provide some details of the error you get? Currently, I am able to parse the statement successfully. |
@dey4ss Result is : |
Does your system use Windows-style line feeds ( sql-parser/src/parser/flex_lexer.l Line 63 in 5a5fd24
|
@dey4ss |
@dey4ss |
Unfortunately, I won't be able to look into this in the next three to four days. In the meanwhile, could you please also let us know how you invoke the parser (e.g., CLI, inside your code, ...) with a minimal example/snippet and provide some more information about your setup.
Sorry, I cannot answer this right away but will come back on that in a couple of days.
it should mess up the tokenization since the whitespaces are included in every following token. |
CREATE TABLE students (
name TEXT,
student_number INTEGER,
city TEXT,grade DOUBLE,
credits BIGINT
)
The text was updated successfully, but these errors were encountered: