We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the schema tab is using type names in the switch-case
https://github.com/iasql/iasql/blob/282c305b7bc1374a3b5fc5ae3f2082c23ebac68c/dashboard/src/components/QuerySidebar/Schema.tsx#L19-L45
and the query results table is using type ids https://github.com/iasql/iasql/blob/817595df96ff94023e19989a579d946c8d90b1c1/dashboard/src/components/common/Table.tsx#L16-L49
we should make them both use the same input to make it easier to maintain.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the schema tab is using type names in the switch-case
https://github.com/iasql/iasql/blob/282c305b7bc1374a3b5fc5ae3f2082c23ebac68c/dashboard/src/components/QuerySidebar/Schema.tsx#L19-L45
and the query results table is using type ids
https://github.com/iasql/iasql/blob/817595df96ff94023e19989a579d946c8d90b1c1/dashboard/src/components/common/Table.tsx#L16-L49
we should make them both use the same input to make it easier to maintain.
The text was updated successfully, but these errors were encountered: