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> >
------------------------------------------------------------------------------ Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
