Issue #1600670 by mradcliffe, bendiy, bzrudi71, andypost, daffie, stefan.r,...
Issue #1600670 by mradcliffe, bendiy, bzrudi71, andypost, daffie, stefan.r, devpreview: Cannot query Postgres database that has column names with capital letters
$this->assertIdentical('UPDATE {test} SET age= (SELECT MAX(priority) + :increment AS max_priority FROM {test_task} t) WHERE (name = :db_condition_placeholder_0)',trim($query_string));
$this->assertEqual(1,$num_updated,t('Expected 1 row to be updated in subselect update query.'));