Changeset 7298 for trunk/src/core/common-queries.xml
- Timestamp:
- Feb 21, 2017, 9:49:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/common-queries.xml
r7290 r7298 3583 3583 SELECT [annotationtype_id], [id], [version], [unit_id], [value_id], [last_update], [project_id], [override_id] 3584 3584 FROM [Annotations] 3585 WHERE [annotationset_id] = :annotationSet AND [source] = 0 AND ([project_id] = 0OR [project_id] = :activeProject)3585 WHERE [annotationset_id] = :annotationSet AND [source] = 0 AND ([project_id] = :defaultProject OR [project_id] = :activeProject) 3586 3586 </sql> 3587 3587 <description>
Note: See TracChangeset
for help on using the changeset viewer.