Skip to content
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

Update to table comments #129

Open
kadrlica opened this issue Jun 8, 2017 · 0 comments
Open

Update to table comments #129

kadrlica opened this issue Jun 8, 2017 · 0 comments

Comments

@kadrlica
Copy link
Collaborator

kadrlica commented Jun 8, 2017

There is something strange happening for me when I try to add comments to a table column:

~> create table tmp_table2 ( col Integer) ;
~> add_comment column tmp_table2.col 'This '
<class 'cx_Oracle.DatabaseError'>
ORA-00942: table or view does not exist

However, this appears to work with:

~> create table tmp ( col Integer) ;
~> add_comment column tmp.col 'This '
Comment added to column: col in table tmp

Also, I think there might be an issue with creating comments on tables specified with usernames (unconfirmed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant