-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Implement COMMENT ON COLUMN in JDBC based connector #5333
Comments
@agrawalreetika While #5334 is for CREATE TABLE, this ticket's objective is supporting COMMENT ON COLUMN. I think this ticket is easier than #5334. |
@ebyhr @agrawalreetika anyone working on support for Mysql? |
@shandeep00 I have started looking into changes for implementing comment on a column in MySQL, will raise PR soon |
cool, maybe this can help u started, https://www.tutorialspoint.com/How-can-we-use-MySQL-ALTER-TABLE-command-for-adding-comments-on-columns |
@ebyhr is the work for SQL server done? if not i'd be happy to take it! |
@Riddle4045 Not yet. You can take it freely, but please note that:
|
@ebyhr Thanks, I browsed through microsoft/mssql-jdbc#646, Looks like Microsoft does not intend to add support for |
https://docs.memsql.com/v7.1/reference/sql-reference/data-definition-language-ddl/alter-table/
https://dev.mysql.com/doc/refman/8.0/en/alter-table.html
https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_4009.htm
https://docs.aws.amazon.com/redshift/latest/dg/r_COMMENT.html
https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-addextendedproperty-transact-sql?view=sql-server-ver15
reminder: SQL Server JDBC driver isn't exposing a comment via REMARKS column
The text was updated successfully, but these errors were encountered: