Task list database table - TaskDepender

Task list database table

From TaskDepender
Jump to: navigation, search
(Design)
(Implementation)
Line 34: Line 34:
 
   OR  
 
   OR  
 
   (SELECT COUNT(ContainerId) from Deliverables where Deliverables.ContainerId=t.Id AND Deliverable.CloneId=0)>0 IsContainer  
 
   (SELECT COUNT(ContainerId) from Deliverables where Deliverables.ContainerId=t.Id AND Deliverable.CloneId=0)>0 IsContainer  
FROM Tasks t WHERE ContainerId=%d
+
FROM Tasks t WHERE ContainerId=(SELECT Value FROM StateVariables WHERE Name='CurrentContainer')
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Revision as of 13:09, 15 October 2011

Personal tools