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

how to use array join for ORM #43

Closed
hejianxin159 opened this issue Aug 18, 2022 · 2 comments
Closed

how to use array join for ORM #43

hejianxin159 opened this issue Aug 18, 2022 · 2 comments
Labels
enhancement New feature or request question Further information is requested wontfix This will not be worked on

Comments

@hejianxin159
Copy link

example:
select toys toy, count() from User array join toys group by toys

@M1ha-Shvn M1ha-Shvn added enhancement New feature or request question Further information is requested labels Aug 18, 2022
@M1ha-Shvn
Copy link
Collaborator

Hi, @hejianxin159.
This library does not implement QuerySet functionality. It relies on features, realized in infi.clickhouse_orm.
Unfortunately functionality for joining tables is not implemented there, as I remember. There is my old issue, requesting this functionality, but it is still opened. More than that it looks like infi libaray is nearly stale nowadays. I'll transfer this issue there, but I can not tell you how long it will take to implement your request...

@M1ha-Shvn M1ha-Shvn added the wontfix This will not be worked on label Aug 18, 2022
@M1ha-Shvn M1ha-Shvn closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2022
@hejianxin159
Copy link
Author

Hi, @hejianxin159. This library does not implement QuerySet functionality. It relies on features, realized in infi.clickhouse_orm. Unfortunately functionality for joining tables is not implemented there, as I remember. There is my old issue, requesting this functionality, but it is still opened. More than that it looks like infi libaray is nearly stale nowadays. I'll transfer this issue there, but I can not tell you how long it will take to implement your request...

oh, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants