YUKI Hiroshi
null+****@clear*****
Fri Nov 7 17:19:16 JST 2014
YUKI Hiroshi 2014-11-07 17:19:16 +0900 (Fri, 07 Nov 2014) New Revision: 846c21ea8cd39bdf9918df6c1a0d8f748c203484 https://github.com/droonga/droonga-engine/commit/846c21ea8cd39bdf9918df6c1a0d8f748c203484 Message: Make result of column_list for a terms table compatible to Groonga (#27) Modified files: lib/droonga/plugins/groonga/column_list.rb Modified: lib/droonga/plugins/groonga/column_list.rb (+1 -1) =================================================================== --- lib/droonga/plugins/groonga/column_list.rb 2014-11-07 17:17:34 +0900 (d67c3d1) +++ lib/droonga/plugins/groonga/column_list.rb 2014-11-07 17:19:16 +0900 (4a34e6d) @@ -120,7 +120,7 @@ module Droonga return [] unless column.is_a?(::Groonga::IndexColumn) column.sources.collect do |source| if source.is_a?(::Groonga::Table) - "_key" + source.name else source.local_name end -------------- next part -------------- HTML����������������������������...Download