* Update whereClause builder to support Or and parentheses * ? placeholders are now used instead of $1, $2 etc for where clauses. * Update the whereClause test to add more tests and fix broken ones. * Fix broken golden test files.