-
Notifications
You must be signed in to change notification settings - Fork 735
Support default from sequence #4826
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
Conversation
6ff7a8e to
3483a51
Compare
|
⚪ |
|
⚪ |
|
⚪ |
|
⚪ |
|
⚪ |
|
⚪ |
|
⚪ |
|
⚪ |
|
⚪
|
|
⚪
|
|
⚪
|
|
⚪
|
| for (auto family : families) { | ||
| alter_columns->set_family(TString(family.Value())); | ||
| auto alterColumnList = columnTuple.Item(1).Cast<TExprList>(); | ||
| if (TString(alterColumnList.Item(0).Cast<TCoAtom>()) = "setDefault") { |
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.
it looks like if family will be named as "setDefault" in this case code will think that we are altering default value.
No description provided.