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

cadctap get_table_schema should check for more than utype #135

Open
SlaterRGordon opened this issue Feb 13, 2020 · 0 comments
Open

cadctap get_table_schema should check for more than utype #135

SlaterRGordon opened this issue Feb 13, 2020 · 0 comments

Comments

@SlaterRGordon
Copy link

right now when determining the column type it only checks for the utype attribute, it should probably also check for the datatype attribute and have them stored in separate columns.

These were Adrian's comments on the issue:
It should probably be based on datatype only (and not utype) which makes more sense in most cases. But it requires a bit of work and need to figure out the actual syntax. For example: denotes what most DB call varchar(128) but the extendedType is an URI. Should the tool say just varchar(128) or uri or uri(128)? utype could also be useful info. Maybe it should display all of this in separate columns. That would be ideal.

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