Release Notes 2025.4

2025.4.1.3840

This patch fixes four issues.

FIX: PG Deployment Script Generator ends with SQL error

A bug in SQL syntax, resulting in error after opening of the Deployment Script Generator, has been fixed.

FIX: Passing array argument to modelled API caused an error

Passing an array of GUIDs as an input parameter to a Data API Page caused an error during XSLT transformation. The system attempted to convert the array to a string, resulting in an exception. Now the system doesn’t throw an exception but returns a message “Array cannot be converted to string.” as a content of converted value.

FIX: Unable to convert from a virtual field to a database field

Converting a virtual field to a database field (or vice versa) resulted in an error. This fix ensures seamless conversion between virtual and database fields within entity schemas.

FIX: Unable to update an entity with non-guid primary key

Resolved an issue where updating entities with non-GUID primary keys (e.g., integers) resulted in errors during the UpdateData API call. The system previously attempted to convert integer IDs to GUIDs, causing validation failures. This fix ensures that entities with non-GUID primary keys can now be updated correctly.