Revision bc3200a9
ref #7745 fix syntax for node.treeindex in query
cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/hibernate/taxon/TaxonDaoHibernateImpl.java | ||
---|---|---|
1495 | 1495 |
String doTreeForConceptRelationsWhere = classification == null ? "": " AND tn2.classification = :classification"; |
1496 | 1496 |
|
1497 | 1497 |
String doSubtreeWhere = subtree == null? "":" AND tn.treeIndex like :treeIndexLike"; |
1498 |
String doSubtreeForConceptRelationsWhere = subtree == null? "":" AND tn2.treeindex like :treeIndexLike";
|
|
1498 |
String doSubtreeForConceptRelationsWhere = subtree == null? "":" AND tn2.treeIndex like :treeIndexLike";
|
|
1499 | 1499 |
|
1500 | 1500 |
String doAreaRestrictionWhere = " e.area.uuid in (:namedAreasUuids)"; |
1501 | 1501 |
String doCommonNamesRestrictionWhere = " (f.supportsCommonTaxonName = true and com.name "+matchMode.getMatchOperator()+" :queryString )"; |
Also available in: Unified diff