ape icon indicating copy to clipboard operation
ape copied to clipboard

Allow for comparison of single values from cache database

Open johnson2427 opened this issue 2 years ago • 0 comments

Overview

We currently query the entire row from the SELECT statement, and we really only need a single value to make the check.

Specification

Instead of SELECT *, we can use SELECT column to check for whether there is a value in that column that we are looking for.

Dependencies

None

johnson2427 avatar Aug 05 '22 18:08 johnson2427