Skip to content

fix: use DB column name installation_id in raw where clause (#92)#117

Open
alpurkan17 wants to merge 1 commit into
entrius:testfrom
alpurkan17:fix/install-column-name-92
Open

fix: use DB column name installation_id in raw where clause (#92)#117
alpurkan17 wants to merge 1 commit into
entrius:testfrom
alpurkan17:fix/install-column-name-92

Conversation

@alpurkan17
Copy link
Copy Markdown

Summary

Installation cleanup uses installationId (entity property) in raw SQL where clause instead of installation_id (actual DB column). Raw fragments use column names directly, so cleanup may fail to match rows.

Fix

Changed installationIdinstallation_id in .where() clause.

Fixes #92

Raw SQL fragment uses installationId (entity property) instead of
installation_id (actual DB column). Cleanup query may fail to match
rows, leaving repos linked to removed installations.

Fixes entrius#92
@xiao-xiao-mao xiao-xiao-mao Bot added the bug Something isn't working label May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Uninstall cleanup query uses wrong column name for installation ID

1 participant