firegate666 / MicroBlog

MicroBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhereBuilder and more compare operators

firegate666 opened this issue · comments

The WhereBuilder only supports =, NOT(), LIKE, IN and IS NULL as operators for comparison. Is there more we need for our simple approach?

The in clause also only supports integer values but no strings due to the lack of proper escaping in prepared statements