klesh commented on issue #8237:
URL: 
https://github.com/apache/incubator-devlake/issues/8237#issuecomment-2547436607

   How about replacing the last `%s` in the SQL with `cast(%s as varchar)`?
   
   Final product:
   ```
   LEFT JOIN %s ON (%s.connection_id = bps.connection_id AND cast(%s as 
varchar) = bps.scope_id)
   ```


-- 
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: dev-unsubscr...@devlake.apache.org

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

Reply via email to