[Groonga-commit] ranguba/groonga-client at b75701a [master] Add a missing since tag

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 26 14:57:03 JST 2017


Kouhei Sutou	2017-04-26 14:57:03 +0900 (Wed, 26 Apr 2017)

  New Revision: b75701af7291cfb4d77a02c4036c2ec8e5870e85
  https://github.com/ranguba/groonga-client/commit/b75701af7291cfb4d77a02c4036c2ec8e5870e85

  Message:
    Add a missing since tag

  Modified files:
    lib/groonga/client/request/select.rb

  Modified: lib/groonga/client/request/select.rb (+2 -0)
===================================================================
--- lib/groonga/client/request/select.rb    2017-04-26 14:56:32 +0900 (7bbe61e)
+++ lib/groonga/client/request/select.rb    2017-04-26 14:57:03 +0900 (378d3ec)
@@ -218,6 +218,8 @@ module Groonga
           #
           # @return [Groonga::Client::Request::Select]
           #   The new request with the given condition.
+          #
+          # @since 0.4.4
           def between(column_name, min, min_border, max, max_border)
             parameter = FilterBetweenParameter.new(column_name, min, min_border, max, max_border)
             add_parameter(FilterMerger, parameter)
-------------- next part --------------
HTML����������������������������...
Descargar 



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