We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b1c06 commit fb82dfbCopy full SHA for fb82dfb
tests/SqlServerTest.php
@@ -72,6 +72,7 @@ public function checkVersion($db)
72
public function getCapabilities($db)
73
{
74
$capabilities = 0;
75
+ $capabilities |= self::JSON;
76
$capabilities |= self::GIS;
77
return $capabilities;
78
}
0 commit comments