[Groonga-commit] droonga/droonga-engine at b4d2f9b [master] Specify required "key_type" parameter for TABLE_HASH_KEY table

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 7 16:42:13 JST 2014


YUKI Hiroshi	2014-11-07 16:42:13 +0900 (Fri, 07 Nov 2014)

  New Revision: b4d2f9b62edfd0d379edc3f59e4d53b65552c80b
  https://github.com/droonga/droonga-engine/commit/b4d2f9b62edfd0d379edc3f59e4d53b65552c80b

  Message:
    Specify required "key_type" parameter for TABLE_HASH_KEY table

  Modified files:
    test/command/fixture/user-table.jsons

  Modified: test/command/fixture/user-table.jsons (+3 -2)
===================================================================
--- test/command/fixture/user-table.jsons    2014-11-07 16:39:33 +0900 (3b41779)
+++ test/command/fixture/user-table.jsons    2014-11-07 16:42:13 +0900 (0cdbc71)
@@ -3,8 +3,9 @@
   "type": "table_create",
   "dataset": "Default",
   "body": {
-    "name"  : "User",
-    "flags" : "TABLE_PAT_KEY"
+    "name"     : "User",
+    "flags"    : "TABLE_PAT_KEY",
+    "key_type" : "ShortText"
   }
 }
 {
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index