Support "NULL" in DDL for CREATE and ALTER TABLE statements
-----------------------------------------------------------

                 Key: CORE-4495
                 URL: http://tracker.firebirdsql.org/browse/CORE-4495
             Project: Firebird Core
          Issue Type: New Feature
          Components: Engine
            Reporter: Lukas Eder
            Priority: Minor


Most databases allow for an optional "NULL" keyword when declaring a data type 
in DDL. E.g.

CREATE TABLE X (A VARCHAR(30) NULL);
ALTER TABLE X ADD B VARCHAR(30) NULL;

It would be good for Firebird to also support this optional syntax for better 
interoperability.

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

        

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to