[Groonga-commit] droonga/droonga-engine at 4b97c3f [buffered-forward] Dump a column value of a record as a key string, if it is a reference to another record

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Mar 26 19:39:34 JST 2015


YUKI Hiroshi	2015-03-26 19:39:34 +0900 (Thu, 26 Mar 2015)

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

  Message:
    Dump a column value of a record as a key string, if it is a reference to another record

  Modified files:
    lib/droonga/plugins/dump.rb

  Modified: lib/droonga/plugins/dump.rb (+2 -0)
===================================================================
--- lib/droonga/plugins/dump.rb    2015-03-25 16:18:10 +0900 (af0b01e)
+++ lib/droonga/plugins/dump.rb    2015-03-26 19:39:34 +0900 (4c9c20b)
@@ -286,6 +286,8 @@ module Droonga
                 element
               end
             end
+          when Hash
+            value["_key"]
           else
             value
           end
-------------- next part --------------
HTML����������������������������...
Download 



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