I am using table merging in order to select items from my db against a list of parameter tuples. The query works fine, but cur.fetchall() does not return the en
cur.fetchall()