Icon View Incident Report

Serious Serious
Reported By: Wolfgang Klein [AESA GmbH]
Reported On: 10/1/2018
For: Version 2.28 Build 7
# 4688 RENAME TABLE Not Working Correctly with Quoted Table Names in Dependent Views

RENAME TABLE does not correctly rename a *quoted* table name in dependant views. The first quote character is gone and the last character of the original table name remains.

Example:

Table "abc"
View: SELECT * FROM "abc"

RENAME TABLE "abc" TO "xyz123"

now the view is:

SELECT * FROM xyz123c"



Resolution Resolution
Fixed Problem on 10/2/2018 in version 2.29 build 1


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