[Groonga-commit] ranguba/epub-searcher at 21987ca [master] Add _id to output columns for future use

Back to archive index

KITAITI Makoto null+****@clear*****
Fri Dec 26 13:10:12 JST 2014


KITAITI Makoto	2014-12-26 13:10:12 +0900 (Fri, 26 Dec 2014)

  New Revision: 21987cabd4e06967a46f4834b43b8deec940e352
  https://github.com/ranguba/epub-searcher/commit/21987cabd4e06967a46f4834b43b8deec940e352

  Message:
    Add _id to output columns for future use

  Modified files:
    app/app.rb

  Modified: app/app.rb (+1 -1)
===================================================================
--- app/app.rb    2014-12-25 08:13:57 +0900 (e26e3ef)
+++ app/app.rb    2014-12-26 13:10:12 +0900 (efaa243)
@@ -87,7 +87,7 @@ module EPUBSearcher
       begin
         db.select(
           :table => :Books,
-          :output_columns => 'author,title,file_path'
+          :output_columns => '_id,author,title,file_path'
         )
       ensure
         db.close
-------------- next part --------------
HTML����������������������������...
Descargar 



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