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

Pivot from Mysql to SQLite for complex queries #47

Closed
stemangiola opened this issue Feb 6, 2023 · 0 comments
Closed

Pivot from Mysql to SQLite for complex queries #47

stemangiola opened this issue Feb 6, 2023 · 0 comments
Assignees

Comments

@stemangiola
Copy link
Owner

I am not sure on how to produce proper feature request documentation, I will just describe it.

  • get_metadata* add a class to the tbl instance (e.g. "CuratedAtlasQuery") to the existing classes.
  • Add the method count (not redefining the generics). In that method we check whether the size of the ... parameter (columns to count) is > 1. Then we though error, pointing to get_metadata_local. If the count is on one column, we call the original count method with no changes
  • Add the method collect (not redefining the generics). Through an error on this method for the moment.
@multimeric multimeric closed this as not planned Won't fix, can't repro, duplicate, stale Feb 7, 2023
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

2 participants