You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "mindlesscloud (via GitHub)" <gi...@apache.org> on 2023/02/15 12:47:41 UTC

[GitHub] [incubator-devlake] mindlesscloud opened a new pull request, #4427: fix: fix the SQL error `Error 1241: Operand should contain 2 column(s)`

mindlesscloud opened a new pull request, #4427:
URL: https://github.com/apache/incubator-devlake/pull/4427

   ### Summary
   fix #4225 
   For simplicity, the bug is summarised as the following one-line code, the variable `pairList` is a slice of 2d array, the error reported in #4225 was caused by an empty `pairList`.
   ```SQL
   WHERE (new_refs.id, old_refs.id) IN pairList
   ```
   ### Does this close any open issues?
   Closes #4225 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn merged pull request #4427: fix: fix the SQL error `Error 1241: Operand should contain 2 column(s)`

Posted by "abeizn (via GitHub)" <gi...@apache.org>.
abeizn merged PR #4427:
URL: https://github.com/apache/incubator-devlake/pull/4427


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org