qb
qb copied to clipboard
Add an escape hatch to not request `result` all the time
We've ran in to two bugs with including the result
each time - once in PostgresGrammar
and once in OracleGrammar
. Although we shouldn't need to worry about it, we want to make it possible to not ask for the result
when needed to work around these engine / JDBC bugs.