codeintel: Stop invalid GetState queries from being executed
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.
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.