CREATE VIEW issues "Implementation of text subtype 512 not located"
-------------------------------------------------------------------
Key: CORE-5846
URL: http://tracker.firebirdsql.org/browse/CORE-5846
Project: Firebird Core
Issue Type: Bug
Components: Charsets/Collation, Engine
Affects Versions: 3.0.3, 4.0 Alpha 1
Reporter: Pavel Zotov
Adjust folder+name of database and run script:
shell del C:\MIX\firebird\QA\fbt-repo\tmp\c5448.fdb 2>nul;
set bail on;
set echo on;
create database 'localhost:C:\MIX\firebird\QA\fbt-repo\tmp\c5448.fdb' default
character set utf8;
alter character set utf8 set default collation unicode;
create table table1( fld1 char(1) character set none );
create view view1 as
select fld1 from table1
;
Last statement ('create view ...') will issue on WI-V3.0.4.32988 and
WI-T4.0.0.1008:
===
Statement failed, SQLSTATE = 42000
unsuccessful metadata update
-VIEW1
-Implementation of text subtype 512 not located.
===
No such error on WI-V2.5.9.27111
PS.
Vlad suggested me to create separate ticket for this bug; initial message about
it see in CORE-5448, 02/Feb/17 11:36 AM.
--
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
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel