|
From: Adriano d. S. F. <adr...@uo...> - 2009-04-25 22:06:36
|
Is anyone more able to reproduce this bug? It just doesn't happy for me. Adriano [ http://tracker.firebirdsql.org/browse/CORE-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_18701 ] Gabor Boros commented on CORE-2331: ----------------------------------- CREATE DOMAIN TESTDOM VARCHAR(50); COMMIT; ALTER DOMAIN TESTDOM TYPE VARCHAR(80); COMMIT; Then SELECT RDB$FIELD_SUB_TYPE FROM RDB$FIELDS WHERE RDB$FIELD_NAME = 'TESTDOM'; The result is 4 for me with 2.1.2 RC1 SS on Win32. > ALTER DOMAIN invalid RDB$FIELD_SUB_TYPE > --------------------------------------- > > Key: CORE-2331 > URL: http://tracker.firebirdsql.org/browse/CORE-2331 > Project: Firebird Core > Issue Type: Bug > Components: Engine > Affects Versions: 2.1.1 > Environment: win2003 x64 Firebird2.1 x64 > Reporter: Mustafa YILMAZ > Priority: Minor > > test case: > CREATE DOMAIN TESTDOM VARCHAR(50); > SELECT RDB$FIELD_SUB_TYPE FROM RDB$FIELDS WHERE RDB$FIELD_NAME = 'TESTDOM'; > result 0 OK > ALTER DOMAIN TESTDOM TYPE VARCHAR(80); > SELECT RDB$FIELD_SUB_TYPE FROM RDB$FIELDS WHERE RDB$FIELD_NAME = 'TESTDOM'; > result 311 (or random ?) -- 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 |