Difference between revisions of "Template: LatestContainers"
From Genesys Documentation
(Created page with "<tr> {{#ifeq:{{#cargo_query:tables=ArticleCloudRN,ArticleCloudRN__ComponentId|join on=ArticleCloudRN._ID=ArticleCloudRN__ComponentId._rowID|fields=COUNT(*)|where=ArticleCloudR...") |
|||
Line 13: | Line 13: | ||
|default={{#arraymap:{{{Containers|}}}|*|x|{{#switch:{{#sub:x|-3|}}|tgz=*x{{#switch:{{NAMESPACENUMBER}}|620={{SuperscriptFlag}}|#default=}}|#default=}}|\n }} | |default={{#arraymap:{{{Containers|}}}|*|x|{{#switch:{{#sub:x|-3|}}|tgz=*x{{#switch:{{NAMESPACENUMBER}}|620={{SuperscriptFlag}}|#default=}}|#default=}}|\n }} | ||
|format=ul | |format=ul | ||
− | |where=Component.Id="{{{ComponentId|}}}" AND RNElements.Version="{{{ | + | |where=Component.Id="{{{ComponentId|}}}" AND RNElements.Version="{{{Release|}}}" AND Type="helm" }} |
</td> | </td> | ||
<td> | <td> | ||
Line 21: | Line 21: | ||
|default={{#arraymap:{{{Containers|}}}|*|x|{{#switch:{{#sub:x|-3|}}|tgz=*x{{#switch:{{NAMESPACENUMBER}}|620={{SuperscriptFlag}}|#default=}}|#default=}}|\n }} | |default={{#arraymap:{{{Containers|}}}|*|x|{{#switch:{{#sub:x|-3|}}|tgz=*x{{#switch:{{NAMESPACENUMBER}}|620={{SuperscriptFlag}}|#default=}}|#default=}}|\n }} | ||
|format=ul | |format=ul | ||
− | |where=Component.Id="{{{ComponentId|}}}" AND RNElements.Version="{{{ | + | |where=Component.Id="{{{ComponentId|}}}" AND RNElements.Version="{{{Release|}}}" AND Type="docker" }} |
</td> | </td> | ||
</tr> | </tr> |
Revision as of 14:00, April 7, 2022
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT MAX(ReleaseNumber) FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__ComponentRN__DeploymentTypeId` ON ((`cargo__ComponentRN`.`_ID`=`cargo__ComponentRN__DeploymentTypeId`.`_rowID`)) RIGHT OUTER JOIN `cargo__DeploymentType` ON ((`cargo__ComponentRN__DeploymentTypeId`.`_value`=`cargo__DeploymentType`.`Id`)) WHERE ComponentId HOLDS "" AND ReleaseDate="" AND `cargo__ComponentRN`.`_pageNamespace`="0" ORDER BY MAX(ReleaseNumber) 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 "" AND ReleaseDate="" AND `cargo__ComponentRN`.`_pageNamespace`="0" ORDER' at line 1 (127.0.0.1)