[Groonga-commit] droonga/droonga-engine at 698e8a1 [master] Accept non-string input as the key for string key tables

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Dec 2 11:40:08 JST 2014


YUKI Hiroshi	2014-12-02 11:40:08 +0900 (Tue, 02 Dec 2014)

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

  Message:
    Accept non-string input as the key for string key tables

  Modified files:
    lib/droonga/plugins/groonga/delete.rb

  Modified: lib/droonga/plugins/groonga/delete.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/delete.rb    2014-12-02 11:39:45 +0900 (5453b16)
+++ lib/droonga/plugins/groonga/delete.rb    2014-12-02 11:40:08 +0900 (878cd2d)
@@ -82,7 +82,7 @@ module Droonga
                  "Int64", "UInt64"
               key.to_i
             else
-              key
+              key.to_s
             end
           end
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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