Difference between revisions of "User: Bgrenon/3"
Line 12: | Line 12: | ||
|named args=yes | |named args=yes | ||
|group by=Component.Name | |group by=Component.Name | ||
+ | |default=No RNs - yet! | ||
}} | }} |
Revision as of 19:48, August 24, 2021
List of Draft Base Unit RNs[ | edit source]
Use this page to find a list of all the Draft Base Unit release notes currently in circulation. These RNs make up the feeder content for the customer-facing release note pages.
Query: SELECT `cargo__Component`.`Name` AS `Component`,`cargo__ComponentRN`.`ComponentId` AS `ComponentId` FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) GROUP BY `cargo__Component`.`Name` ORDER BY `cargo__Component`.`Name`,`cargo__ComponentRN`.`ComponentId` LIMIT 5000 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`)) GROUP BY `cargo__Component`.`Name` ORDER BY `' at line 1 (127.0.0.1)