[Groonga-commit] groonga/groonga at 363414c [master] mrb: Record uses Table#find_column

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 19 15:33:02 JST 2018


Kouhei Sutou	2018-02-19 15:33:02 +0900 (Mon, 19 Feb 2018)

  New Revision: 363414c441c04ca91229fe660a402eef83ff725a
  https://github.com/groonga/groonga/commit/363414c441c04ca91229fe660a402eef83ff725a

  Message:
    mrb: Record uses Table#find_column

  Modified files:
    lib/mrb/scripts/record.rb

  Modified: lib/mrb/scripts/record.rb (+1 -1)
===================================================================
--- lib/mrb/scripts/record.rb    2018-02-19 15:31:24 +0900 (cd7d1a4cb)
+++ lib/mrb/scripts/record.rb    2018-02-19 15:33:02 +0900 (f72478870)
@@ -32,7 +32,7 @@ module Groonga
     end
 
     def find_column(name)
-      Context.instance[absolute_column_name(name)]
+      @table.find_column(name)
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180219/712f6ad9/attachment.htm 



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