Maurits van der Schee 8年前
コミット
fb82dfbd5d
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      tests/SqlServerTest.php

+ 1
- 0
tests/SqlServerTest.php ファイルの表示

@@ -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
     }

読み込み中…
キャンセル
保存