ISQL extract command lose COMPUTED BY field types
-------------------------------------------------

                 Key: CORE-5092
                 URL: http://tracker.firebirdsql.org/browse/CORE-5092
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 2.5.5, 3.0 RC1
            Reporter: Adriano dos Santos Fernandes


It's valid to specify a datatype for a computed field:

create table t1 (
    n1 integer,
    n2 bigint computed by (1)
);

But ISQL extracts only the computed expression, which may change the field type:

create table t1 (
    n1 integer,
    n2 computed by (1)
);

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

        

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to