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

Enhance table_info.sql #5

Open
martindsouza opened this issue Jul 9, 2016 · 1 comment
Open

Enhance table_info.sql #5

martindsouza opened this issue Jul 9, 2016 · 1 comment

Comments

@martindsouza
Copy link
Member

It's missing a ton of information. I think there could be a lot more. Need to also think of it's structure.

@MikeKutz
Copy link

I see you are missing a lot of extra stuff

  • Column COMMENTS
  • Table COMMENT
  • DATA_TYPE_DESC -- returns VARCHAR2(30 CHAR) instead of just VARCHAR2
  • NULLABLE column should be decoded to use the same values as "VIRTUAL_COLUMN" and "HIDDEN_COLUMN" columns
    • for {{#if}} to work, the boolean columns should be decoded to 1 or 0
  • USER_GENERATED -- column for 12c+ or a calculated version for pre-12c
  • SYSTEM_GENERATED -- Inverse of USER_GENERATED. Used for filtering.

Let me know if you are still working on this repository. (you still have an outstanding PULL REQUEST)

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

No branches or pull requests

2 participants