Skip to content

codeintel: Stop invalid GetState queries from being executed

Warren Gifford requested to merge ef/guard-from-empty-join into main

Created by: efritz

If ids is empty, this will produce a query like SELECT FROM blah WHERE id IN (), which is not legal syntax in Postgres.

Merge request reports

Loading