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
JS/Ruby/QL/Python: sync dbscheme fragments #13154
Conversation
|
|
||
| /** | ||
| * The location of an element that is not an expression or a statement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In JS this contains table the location of statements and expressions as well. Is that not the case in other languages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well spotted, that comment makes little sense for most languages. I meant to delete it but forgot somehow.
4ce2def
to
ce7a71c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
varchar(900) to string it seems.
I assume you've talked with the core team to check that string is the better option for the evaluator? (I don't know this myself, which is why I'm asking)
In the dbscheme, |
As far as I know the "reprType" is not used at all, it could be anything. Perhaps we should just remove them all at some point. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust changes LGTM
No description provided.