ALIAS NAME LENGTH LIMITATION
----------------------------

                 Key: CORE-4339
                 URL: http://tracker.firebirdsql.org/browse/CORE-4339
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 3.0 Alpha 2
            Reporter: Tim Kelly


Just tried porting my database to Firebird 3. I ran into a problem with alias 
lengths. This length was not enforced in Firebird 2.5 (perhaps it was a bug 
that it was allowed) , anyhow now they are restricted:

Is this by enforcement by design? 

Either way it could represent a serious porting issue. Best solution: Support 
CORE-749... long overdue ;)

Firebird 3.0:

SELECT * FROM RDB$DATABASE A123456789012345678901234567890;
Dynamic SQL Error
-SQL error code = -104
-Name longer than database column size

Firebird 2.5:
SELECT * FROM RDB$DATABASE A123456789012345678901234567890;

$DESCRIPTION RDB$RELATION_ID RDB$SECURITY_CLASS
                                           RDB$CHARACTER_SET_NAME

============ =============== ==============================================
============================ ==============================================
============================
      <null>            4538 <null>
                                           NONE

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

        

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to