Maurits van der Schee 8 years ago
parent
commit
fb82dfbd5d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      tests/SqlServerTest.php

+ 1
- 0
tests/SqlServerTest.php View File

@@ -72,6 +72,7 @@ class SqlServerTest extends Tests
72 72
     public function getCapabilities($db)
73 73
     {
74 74
         $capabilities = 0;
75
+        $capabilities |= self::JSON;
75 76
         $capabilities |= self::GIS;
76 77
         return $capabilities;
77 78
     }

Loading…
Cancel
Save