c3f8cff117
* 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.
1 line
No EOL
114 B
SQL
1 line
No EOL
114 B
SQL
DELETE FROM thing happy, upset as "sad", "fun", thing as stuff, "angry" as mad WHERE (a=$1) AND (b=$2) AND (c=$3); |