Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'patch-1' of https://github.com/adlq/zanata into work
  • Loading branch information
Patrick Huang committed Apr 29, 2013
2 parents 86fe494 + fb93cab commit 88a03a8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ public String toHQL()

// @formatter:off
QueryBuilder query = QueryBuilder.select("distinct tf")
.from("HTextFlow tf").leftJoin("tf.targets tfts").with(eq("index(tfts)", LOCALE_PLACEHOLDER).toString())
.from("HTextFlow tf").leftJoin("tf.targets tfts").with(eq("tfts.index", LOCALE_PLACEHOLDER).toString())
.where(and(obsoleteCondition, docIdCondition, searchCondition, stateCondition))
.orderBy("tf.pos");
// @formatter:on
Expand Down

0 comments on commit 88a03a8

Please sign in to comment.