-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: Add support comment in create view
for MySQL and MariaDb
#1913
feat: Add support comment in create view
for MySQL and MariaDb
#1913
Conversation
2e723a2
to
4b84142
Compare
create view
for mysqlcreate view
for MySQL and mariaDb
create view
for MySQL and mariaDbcreate view
for MySQL and MariaDb
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.
Thank you for your contribution.
It looks great in general but I wonder if we can reuse the existing Production ColumnDefinition
and use an ExpressionList
for the collection.
@@ -5705,13 +5705,44 @@ Analyze Analyze(): | |||
} | |||
} | |||
|
|||
ColumnDefinition ColumnDefinitionItem(): |
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.
There should be a similar Production already, please try to re-use it.
} | ||
} | ||
|
||
List<ColumnDefinition> ColumnDefinitionItemList(): |
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.
Please try to use an ExpressionList<Column>
here.
Thank you for your very good contribution, we do appreciate! |
Please would you still like to fix the Grammar regarding
|
ok |
No description provided.