Skip to content

Conversation

nicallen
Copy link
Member

@nicallen nicallen commented Oct 9, 2025

Summary

The SQL query used in the gen-build-spec feature to look up build commands from the results of the build-as-code check incorrectly joins the component table and the check results table on the check result id instead of the component id. Fix it to join on the component id instead.

Checklist

  • I have reviewed the contribution guide.
  • My PR title and commits follow the Conventional Commits convention.
  • My commits include the "Signed-off-by" line.
  • I have signed my commits following the instructions provided by GitHub. Note that we run GitHub's commit verification tool to check the commit signatures. A green verified label should appear next to all of your commits on GitHub.
  • I have updated the relevant documentation, if applicable.
  • I have tested my changes and verified they work as expected.

…mmand joins on incorrect column

Signed-off-by: Nicholas Allen <nicholas.allen@oracle.com>
@nicallen nicallen requested a review from behnazh-w as a code owner October 9, 2025 05:49
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 9, 2025
@behnazh-w behnazh-w changed the title fix: gen-build-spec SQL query to look up build-as-code check build co… fix: gen-build-spec SQL query to look up build-as-code check build command joins on incorrect column Oct 10, 2025
@nicallen nicallen merged commit 384303c into main Oct 10, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants