Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Apr 15, 2017
1 parent 77b1c06 commit fb82dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/SqlServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function checkVersion($db)
public function getCapabilities($db)
{
$capabilities = 0;
$capabilities |= self::JSON;
$capabilities |= self::GIS;
return $capabilities;
}
Expand Down

0 comments on commit fb82dfb

Please sign in to comment.