Template: GetMaxReleaseDate

From Genesys Documentation
Revision as of 13:17, April 29, 2022 by Bgrenon (talk | contribs)
Jump to: navigation, search


A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `cargo__ComponentRN`.`ComponentId` AS `ComponentId`,MAX(ReleaseDate) AS `ReleaseDate` FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__ComponentRN__DeploymentTypeId` `DepId` ON ((`cargo__ComponentRN`.`_ID`=`DepId`.`_rowID`)) WHERE DepId._value='5439f1be-1868-4091-b058-1667389b6ce1' OR DepId._value='ec194bf2-b79a-436d-8ff6-eaff94d9f43a' AND ReleaseDate IS NOT NULL AND `cargo__ComponentRN`.`_pageNamespace`="0" AND `cargo__ComponentRN`.`ComponentId` HOLDS 'acaca529-aedd-4820-8557-4966ab8490db' GROUP BY `cargo__ComponentRN`.`ComponentId` ORDER BY `cargo__ComponentRN`.`ComponentId`,MAX(ReleaseDate) 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 'acaca529-aedd-4820-8557-4966ab8490db' GROUP BY `cargo__ComponentRN`.`Com' at line 1 (127.0.0.1)

Retrieved from "https://all.docs.genesys.com/Template:GetMaxReleaseDate (2024-05-02 21:10:00)"