Skip to content

Commit

Permalink
Fixed test when run using autoquoting
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 24, 2018
1 parent 2ad3bb2 commit 5f6c38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/Database/QueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4514,6 +4514,7 @@ public function testCastResultsDisable()
*/
public function testAllNoDuplicateTypeCasting()
{
$this->skipIf($this->autoQuote, 'Produces bad SQL in postgres with autoQuoting');
$query = new Query($this->connection);
$query
->select('1.5 AS a')
Expand Down

0 comments on commit 5f6c38c

Please sign in to comment.