Remove the checking record size at create view - new record size of NNN bytes 
is too big
----------------------------------------------------------------------------------------

                 Key: CORE-5049
                 URL: http://tracker.firebirdsql.org/browse/CORE-5049
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0 RC 1
         Environment: 3.0.0.32136_0_x64_RC1
            Reporter: Rashid Abzalov


create database 'c:\test.fdb' page_size 16384 user 'SYSDBA' password 
'masterkey' default character set UTF8 collation UTF8;

connect 'c:\test.fdb' user 'SYSDBA' password 'masterkey';

CREATE OR ALTER VIEW test
(
  column1,
  column2,
  column3
)
AS
SELECT
  cast(rdb$character_set_name as varchar(2000)),
  cast(rdb$character_set_name as varchar(2000)),
  cast(rdb$character_set_name as varchar(2000))
FROM
  rdb$database;


Statement failed, SQLSTATE = 54000
unsuccessful metadata update
-new record size of 96028 bytes is too big
-TABLE TEST

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to