Skip to main content
Version: v2.5

Release 2.5.12

Issues fixed

DbMockup is null in refactor without -Fix option (ticket: 4606)
Fixed error in 2.5 refactor where the dbMockup was null when refactor was run without the -Fix option

Missing parameters in View Query (ticket: 4607)
When evaluating a View Query in order to inspect the data types of the result set returned by the query, the Query Parameters defined in the view are now correctly in the sql statement passed to the mock up database for evaluation in all contexts

Fix handling of consecutive underscores in AutoAssign
AutoAssign of Target Object fields failed when a Target Field name contained consecutive underscores (__)