Icon View Incident Report

Serious Serious
Reported By: Terry Swiers
Reported On: 10/23/2017
For: Version 2.26 Build 4
# 4587 SQL/PSM Variables Can Be Declared with Default Expressions That Are Not Type-Compatible

If you declare an integer variable and default it to a string value, the script appropriately fails to run. The suggestion is that there be some indication as to why it failed rather than just a generic message indicating that the script did not complete.

SCRIPT
BEGIN
DECLARE SomeVariable INTEGER default '';
END



Resolution Resolution
Fixed Problem on 10/24/2017 in version 2.26 build 5


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image