-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
GraphQL error with MySQL and FULL OUTER JOIN #2071
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
Comments
duplicate of #1715 |
Also doesn't work with sqlite. |
regevbr
added a commit
to PruvoNet/wiki
that referenced
this issue
Jun 24, 2020
regevbr
added a commit
to PruvoNet/wiki
that referenced
this issue
Jun 24, 2020
NGPixel
pushed a commit
that referenced
this issue
Jun 24, 2020
* fix: GraphQL error with MySQL and FULL OUTER JOIN #2071
jionggyu
pushed a commit
to jionggyu/wiki-2.5.302-patch
that referenced
this issue
Jul 9, 2024
* fix: GraphQL error with MySQL and FULL OUTER JOIN requarks#2071
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Page "/a/pages/visualize" has the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dendrogram representation of your pages.
Host Info (please complete the following information):
Additional context
We don't have FULL JOINS on MySQL, but we can sure emulate them.
In file: server/graph/resolvers/pages.js replace code:
with:
The text was updated successfully, but these errors were encountered: