Icon View Incident Report

Serious Serious
Reported By: Tiago Ameller
Reported On: 2/19/2004
For: Version 4.03 Build 1
# 1570 SQL ALTER TABLE IF EXISTS Clause Not Working Properly

Now the SQL parser understand the IF EXISTS clause, but responds with:

"DBISAM Engine Error # 11010 Table 'SRCONF99' does not exist"

ALTER TABLE IF EXISTS "SRCONF99"
REDEFINE "PreciosACero" "PreciosACero" SMALLINT DESCRIPTION
'Precios A Cero' DEFAULT '0' MIN '0' MAX '2',
DESCRIPTION 'Configuración Caja 99'
NOBACKUP;



Resolution Resolution
Fixed Problem on 2/20/2004 in version 4.04 build 1
Image