View Issue Details

IDProjectCategoryView StatusLast Update
0003242CaseTalk ModelerValidationpublic2021-12-22 16:10
ReporterMarco Wobben Assigned ToMarco Wobben  
PrioritynormalSeveritytweakReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version12.3Fixed in Version12.3 
Summary0003242: Datatype derivation exceptions
DescriptionThe datatype detection uses function which may raise an exception if the specified types fails. This takes precious cpu cycles.
TagsNo tags attached.
CaseTalk Editionunknown

Activities

Marco Wobben

Marco Wobben

2021-12-22 16:10

administrator   ~0002136

Using function like 'try***" which do not raise an exception, but simply return true or false. This makes the debugger faster (no more EConvertError raised), and the runtime as well.

Issue History

Date Modified Username Field Change
2021-12-22 16:09 Marco Wobben New Issue
2021-12-22 16:10 Marco Wobben Assigned To => Marco Wobben
2021-12-22 16:10 Marco Wobben Status new => resolved
2021-12-22 16:10 Marco Wobben Resolution open => fixed
2021-12-22 16:10 Marco Wobben Fixed in Version => 12.3
2021-12-22 16:10 Marco Wobben Note Added: 0002136