|
From: Simonov D. <sim...@li...> - 2014-05-11 05:45:52
|
Thank you Claudio. Build 3.0.0.31129 works without errors. > > Unfortunately the problem with the system tables still have > > > Use CONNECT or CREATE DATABASE to specify a database > SQL> connect 'localhost:test' user 'sysdba' password 'masterkey'; > Database: 'localhost:test', User: sysdba > SQL> show version; > ISQL Version: WI-T3.0.0.31126 Firebird 3.0 Alpha 2 > Server version: > Firebird/Windows/AMD/Intel/x64 (access method), version "WI-T3.0.0.31126 > Firebird 3.0 Alpha 2" > Firebird/Windows/AMD/Intel/x64 (remote server), version "WI-T3.0.0.31126 > Firebird 3.0 Alpha 2/tcp (Den-PC)/P13:C" > Firebird/Windows/AMD/Intel/x64 (remote interface), version > "WI-T3.0.0.31126 Firebird 3.0 Alpha 2/tcp (Den-PC)/P13:C" > on disk structure version 12.0 > SQL> create table t(id bigint); > SQL> create view v as select id from t; > SQL> create or alter view v as select id+1 as id from t; > Statement failed, SQLSTATE = 42000 > unsuccessful metadata update > -CREATE OR ALTER VIEW V failed > -DELETE operation is not allowed for system table RDB$VIEW_RELATIONS > SQL> > |