Changeset 8053 for branches/3.19-stable/src/core/common-queries.xml
- Timestamp:
- Aug 2, 2022, 1:15:28 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.19-stable/src/core/common-queries.xml
r7997 r8053 2752 2752 <query id="DBLOG_GET_ANNOTATIONTYPE_INFO" type="HQL"> 2753 2753 <sql> 2754 SELECT at.name, at.valueType, at.disableLogOfValues 2754 SELECT at.name, at.valueType, at.disableLogOfValues, at.projectAnnotations 2755 2755 FROM AnnotationTypeData at 2756 2756 WHERE at.id = :annotationTypeId 2757 2757 </sql> 2758 2758 <description> 2759 An HQL query that loads the 'name', 'valueType' and 'disableLogOfValues' flag2760 for an annotation type given the ID.2759 An HQL query that loads the 'name', 'valueType', 'disableLogOfValues' and 2760 the 'projectAnnotations' flag for an annotation type given the ID. 2761 2761 </description> 2762 2762 </query>
Note: See TracChangeset
for help on using the changeset viewer.