Command "Alter table <T> alter <C> type <domain_>" does not work: "BLR syntax 
error: expected valid BLR code at offset 15, encountered 255"
-------------------------------------------------------------------------------------------------------------------------------------------

                 Key: CORE-4738
                 URL: http://tracker.firebirdsql.org/browse/CORE-4738
             Project: Firebird Core
          Issue Type: Bug
            Reporter: Pavel Zotov


create domain dm_id int;
commit;

create table test(num int);
commit;

set echo on;
alter table test alter num type dm_id;
commit;

show table test;


Output:
======

alter table test alter num type dm_id;
Statement failed, SQLSTATE = HY000
invalid request BLR at offset 14
-BLR syntax error: expected valid BLR code at offset 15, encountered 255
After line 12 in file c4733.sql
commit;

show table test;
NUM                             INTEGER Nullable 


-- 
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

        

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to