How are strings passed to SQLAlchemy's .like() method How are strings passed to SQLAlchemy's .like() method sql sql

How are strings passed to SQLAlchemy's .like() method


Issues been resolved. This query sat inside of a larger query builder function which applied limit and offset to the query later in the function, because the limit and offset were higher than the amount of results back the returned result set was empty.

Can chock this one up to bad human error and lack of sleep.