Icon View Incident Report

Serious Serious
Reported By: Accowin [LBRP]
Reported On: 4/9/2014
For: Version 2.14 Build 1
# 4029 Periods Allowed in Database Identifiers Causes Parsing Errors

It is possible to create a database with the name between quotes "d.b."

When working in the database everything works OK.
When you are in an other database and want to get data from this database then the server goes to 100% and after a while you get an error that the table does not exists.

Sample:
If you current database is "d.b." and run the query SELECT * FROM "Table1" then this works

When you are in an other database and run the query SELECT * FROM "d.b."."Table1" then the server goes to 100% and after a while you get the error 'ElevateDB Error #401 The table or view does not exist in the schema Default'

Also for table name it is possible to use . but if you query them using " then this does not work also.


Comments Comments
The allowance of periods in identifiers was experimental and not intended for general usage. This capability has been removed.


Resolution Resolution
Fixed Problem on 4/12/2014 in version 2.17 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