Skip to content

dbworker: Fix bad SQL construction

Warren Gifford requested to merge ef/fix-bad-alias into main

Created by: efritz

Update fetchDebugInformationForJob to construct a valid SQL query when the given table name has a supplied alias. We see production logs indicating "lsif_dependency_syncing_jobs j" and "lsif_dependency_indexing_jobs j" are unexpected formats.

Test plan

Existing unit/integration tests.

Merge request reports

Loading