[Groonga-commit] droonga/droonga-engine at 5a7027c [master] Output error message in the result

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 23 19:09:25 JST 2014


YUKI Hiroshi	2014-04-23 19:09:25 +0900 (Wed, 23 Apr 2014)

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

  Message:
    Output error message in the result

  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-04-23 19:07:17 +0900 (897056d)
+++ lib/droonga/plugins/groonga/column_list.rb    2014-04-23 19:09:25 +0900 (97797fe)
@@ -43,7 +43,7 @@ module Droonga
               message = "table doesn't exist: <#{table_name.to_s}>"
               raise CommandError.new(:status => Status::INVALID_ARGUMENT,
                                      :message => message,
-                                     :result => false)
+                                     :result => message)
             end
 
             columns = list_columns(table_name)
-------------- next part --------------
HTML����������������������������...
Download 



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