Implicit objects should have their own number in rdb$system_flag
----------------------------------------------------------------

                 Key: CORE-4411
                 URL: http://tracker.firebirdsql.org/browse/CORE-4411
             Project: Firebird Core
          Issue Type: Improvement
          Components: Engine
    Affects Versions: 3.0 Alpha 2, 3.0 Alpha 1, 2.5.2 Update 1, 2.1.5 Update 1, 
2.5.2, 2.1.5, 2.1.6, 2.5.3, 3.0 Beta 1, 3.0 RC 1, 3.0 Beta 2, 2.5.4, 3.0.0
            Reporter: Claudio Valderrama C.


Currently, only generators used to implement identity columns have a special 
system flag number.
Implicit domains should be distinguished by a number and not by the RDB$nnn 
pattern.
Triggers implemented by check constraints should have a number instead of 
guessing based on names starting with CHECK_.
For the unresolved cases, a single value could be used irregardless of the 
object type, for example
enum fb_sysflag {
...
        fb_sysflag_implicit_object = 7
};


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

        

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to