Template: ArticleHelmRN
Query: SELECT `ComponentId` AS `Component`,`cargo__ComponentRN`.`ReleaseNumber` AS `ReleaseNumber`,`cargo__ComponentRN`.`ReleaseDate` AS `ReleaseDate`,`PrivateEditionReleaseDate` AS `PrivateEditionReleaseDate`,`cargo__ComponentRN`.`_pageName` AS `Page`,`cargo__Component`.`Name` AS `ComponentName` FROM `cargo__Issue` LEFT OUTER JOIN `cargo__ComponentRN` ON ((`cargo__Issue`.`_pageName`=`cargo__ComponentRN`.`_pageName`)) LEFT OUTER JOIN `cargo__ComponentRN__ComponentId` ON ((`cargo__ComponentRN`.`_ID`=`cargo__ComponentRN__ComponentId`.`_rowID`)) LEFT OUTER JOIN `cargo__ComponentRN__DeploymentTypeId` ON ((`cargo__ComponentRN`.`_ID`=`cargo__ComponentRN__DeploymentTypeId`.`_rowID`)) LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE (`cargo__ComponentRN__ComponentId`.`_value` IN ()) AND (`cargo__ComponentRN__DeploymentTypeId`.`_value` IN ()) AND `cargo__ComponentRN`.`_pageNamespace`="10" GROUP BY `cargo__ComponentRN`.`_pageName` ORDER BY `cargo__ComponentRN`.`ReleaseDate` DESC LIMIT 100 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS `cargo__Component`.`Id`)) WHERE (`cargo__ComponentRN__ComponentId`.`_val' at line 1 (127.0.0.1)