[Groonga-commit] groonga/gcs [master] Correct options for select command

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 12:39:42 JST


SHIMODA Hiroshi	2012-08-09 12:39:42 +0900 (Thu, 09 Aug 2012)

  New Revision: 77555d7325a309c8025098e06655e66de29642ad
  https://github.com/groonga/gcs/commit/77555d7325a309c8025098e06655e66de29642ad

  Log:
    Correct options for select command

  Modified files:
    lib/database/domain.js

  Modified: lib/database/domain.js (+3 -1)
===================================================================
--- lib/database/domain.js    2012-08-09 12:25:28 +0900 (666dedf)
+++ lib/database/domain.js    2012-08-09 12:39:42 +0900 (7ce4157)
@@ -258,7 +258,9 @@ Domain.prototype = {
 
     var options = {
           table: this.synonymTableName,
-          match_columns: '_key,' + SYNONYMS_COLUMN
+          limit: -1,
+          offset: 0,
+          output_columns: '_key,' + SYNONYMS_COLUMN
         };
     var synonyms = this.context.commandSync('select', options);
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index