Navigation Menu

Skip to content

Commit

Permalink
Correct options for select command
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 39212b6 commit 77555d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/database/domain.js
Expand Up @@ -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);

Expand Down

0 comments on commit 77555d7

Please sign in to comment.