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

column order and need for self-referrential root #112

Open
jgolob opened this issue Sep 12, 2017 · 0 comments
Open

column order and need for self-referrential root #112

jgolob opened this issue Sep 12, 2017 · 0 comments

Comments

@jgolob
Copy link
Contributor

jgolob commented Sep 12, 2017

100-recursive-cte branch results in a tax table column order that is unacceptable to guppy.
broken column order: tax_id, parent_id, tax_name, rank
needed column order: tax_id, parent_id, rank, tax_name

Also: guppy needs the root to be self referential (tax_id == parent_id). Current output has the parent_id of root to be none.

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