Skip to content

Commit fb82dfb

Browse files
committed
bugfix
1 parent 77b1c06 commit fb82dfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SqlServerTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public function checkVersion($db)
7272
public function getCapabilities($db)
7373
{
7474
$capabilities = 0;
75+
$capabilities |= self::JSON;
7576
$capabilities |= self::GIS;
7677
return $capabilities;
7778
}

0 commit comments

Comments
 (0)