Changeset 6937 for trunk/src/core/common-queries.xml
- Timestamp:
- Aug 7, 2015, 8:34:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/common-queries.xml
r6920 r6937 1958 1958 </query> 1959 1959 1960 <query id="NULLIFY_LINK_FROM_CLONES" type="HQL"> 1961 <sql> 1962 UPDATE AnnotationData ad 1963 SET ad.inheritedFrom = null 1964 WHERE ad.inheritedFrom = :targetId 1965 AND ad.source = 2 1966 </sql> 1967 <description> 1968 A HQL query that nullify the link from all cloned annotations 1969 to a specified target annotation. 1970 </description> 1971 </query> 1972 1960 1973 <query id="UPDATE_BYTES_FOR_EXPERIMENT" type="HQL"> 1961 1974 <sql>
Note: See TracChangeset
for help on using the changeset viewer.