You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Mamta A. Satoor (JIRA)" <de...@db.apache.org> on 2005/05/11 23:11:10 UTC

[jira] Created: (DERBY-272) The description of the NULLIF function is incomplete.

The description of the NULLIF function is incomplete.
-----------------------------------------------------

         Key: DERBY-272
         URL: http://issues.apache.org/jira/browse/DERBY-272
     Project: Derby
        Type: Improvement
  Components: Documentation  
    Versions: 10.0.2.1    
    Reporter: Mamta A. Satoor
    Priority: Trivial


I was just trying to go through JIRA entry Derby-7 - a bug about NULLIF and looked up Derby documentation on NULLIF and basically, there is not much. 

Came across Christian d'Heureuse's following posting on the same documentation issue and I thought I would enter a JIRA entry so we can fix the docs.

http://mail-archives.apache.org/mod_mbox/db-derby-dev/200408.mbox/%3cLPBBIKDNOFAJGJOJBPNJMEMLCPAA.chdh@inventec.ch%3e

NULLIF Function

http://incubator.apache.org/derby/manuals/reference/sqlj66.html
("NULLIF and CASE expressions")

The Description of the NULLIF function is incomplete.

The definition in ISO 9075-2 could be used:
 NULLIF(V1,V2) is equivalent to the following:
  CASE WHEN V1=V2 THEN NULL ELSE V1 END



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-272) The description of the NULLIF function is incomplete.

Posted by "Mamta A. Satoor (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-272?page=comments#action_65580 ]
     
Mamta A. Satoor commented on DERBY-272:
---------------------------------------

If someone can commit the patch attached to the JIRA entry, then this bug can be closed.

> The description of the NULLIF function is incomplete.
> -----------------------------------------------------
>
>          Key: DERBY-272
>          URL: http://issues.apache.org/jira/browse/DERBY-272
>      Project: Derby
>         Type: Improvement
>   Components: Documentation
>     Versions: 10.0.2.1
>     Reporter: Mamta A. Satoor
>     Assignee: Jeff Levitt
>     Priority: Trivial
>  Attachments: derby272.zip
>
> I was just trying to go through JIRA entry Derby-7 - a bug about NULLIF and looked up Derby documentation on NULLIF and basically, there is not much. 
> Came across Christian d'Heureuse's following posting on the same documentation issue and I thought I would enter a JIRA entry so we can fix the docs.
> http://mail-archives.apache.org/mod_mbox/db-derby-dev/200408.mbox/%3cLPBBIKDNOFAJGJOJBPNJMEMLCPAA.chdh@inventec.ch%3e
> NULLIF Function
> http://incubator.apache.org/derby/manuals/reference/sqlj66.html
> ("NULLIF and CASE expressions")
> The Description of the NULLIF function is incomplete.
> The definition in ISO 9075-2 could be used:
>  NULLIF(V1,V2) is equivalent to the following:
>   CASE WHEN V1=V2 THEN NULL ELSE V1 END

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DERBY-272) The description of the NULLIF function is incomplete.

Posted by "Jean T. Anderson (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-272?page=all ]
     
Jean T. Anderson resolved DERBY-272:
------------------------------------

    Resolution: Fixed

Committed Jeff's patch that provides more information about NULLIF in the Derby documentation. Revision 170690.

> The description of the NULLIF function is incomplete.
> -----------------------------------------------------
>
>          Key: DERBY-272
>          URL: http://issues.apache.org/jira/browse/DERBY-272
>      Project: Derby
>         Type: Improvement
>   Components: Documentation
>     Versions: 10.0.2.1
>     Reporter: Mamta A. Satoor
>     Assignee: Jeff Levitt
>     Priority: Trivial
>  Attachments: derby272.zip
>
> I was just trying to go through JIRA entry Derby-7 - a bug about NULLIF and looked up Derby documentation on NULLIF and basically, there is not much. 
> Came across Christian d'Heureuse's following posting on the same documentation issue and I thought I would enter a JIRA entry so we can fix the docs.
> http://mail-archives.apache.org/mod_mbox/db-derby-dev/200408.mbox/%3cLPBBIKDNOFAJGJOJBPNJMEMLCPAA.chdh@inventec.ch%3e
> NULLIF Function
> http://incubator.apache.org/derby/manuals/reference/sqlj66.html
> ("NULLIF and CASE expressions")
> The Description of the NULLIF function is incomplete.
> The definition in ISO 9075-2 could be used:
>  NULLIF(V1,V2) is equivalent to the following:
>   CASE WHEN V1=V2 THEN NULL ELSE V1 END

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-272) The description of the NULLIF function is incomplete.

Posted by "Jean T. Anderson (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-272?page=all ]
     
Jean T. Anderson closed DERBY-272:
----------------------------------


> The description of the NULLIF function is incomplete.
> -----------------------------------------------------
>
>          Key: DERBY-272
>          URL: http://issues.apache.org/jira/browse/DERBY-272
>      Project: Derby
>         Type: Improvement
>   Components: Documentation
>     Versions: 10.0.2.1
>     Reporter: Mamta A. Satoor
>     Assignee: Jeff Levitt
>     Priority: Trivial
>  Attachments: derby272.zip
>
> I was just trying to go through JIRA entry Derby-7 - a bug about NULLIF and looked up Derby documentation on NULLIF and basically, there is not much. 
> Came across Christian d'Heureuse's following posting on the same documentation issue and I thought I would enter a JIRA entry so we can fix the docs.
> http://mail-archives.apache.org/mod_mbox/db-derby-dev/200408.mbox/%3cLPBBIKDNOFAJGJOJBPNJMEMLCPAA.chdh@inventec.ch%3e
> NULLIF Function
> http://incubator.apache.org/derby/manuals/reference/sqlj66.html
> ("NULLIF and CASE expressions")
> The Description of the NULLIF function is incomplete.
> The definition in ISO 9075-2 could be used:
>  NULLIF(V1,V2) is equivalent to the following:
>   CASE WHEN V1=V2 THEN NULL ELSE V1 END

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-272) The description of the NULLIF function is incomplete.

Posted by "Mamta A. Satoor (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-272?page=comments#action_65356 ]
     
Mamta A. Satoor commented on DERBY-272:
---------------------------------------

The changes in the HTML file look good. Thanks for fixing this so quick.

> The description of the NULLIF function is incomplete.
> -----------------------------------------------------
>
>          Key: DERBY-272
>          URL: http://issues.apache.org/jira/browse/DERBY-272
>      Project: Derby
>         Type: Improvement
>   Components: Documentation
>     Versions: 10.0.2.1
>     Reporter: Mamta A. Satoor
>     Assignee: Jeff Levitt
>     Priority: Trivial
>  Attachments: derby272.zip
>
> I was just trying to go through JIRA entry Derby-7 - a bug about NULLIF and looked up Derby documentation on NULLIF and basically, there is not much. 
> Came across Christian d'Heureuse's following posting on the same documentation issue and I thought I would enter a JIRA entry so we can fix the docs.
> http://mail-archives.apache.org/mod_mbox/db-derby-dev/200408.mbox/%3cLPBBIKDNOFAJGJOJBPNJMEMLCPAA.chdh@inventec.ch%3e
> NULLIF Function
> http://incubator.apache.org/derby/manuals/reference/sqlj66.html
> ("NULLIF and CASE expressions")
> The Description of the NULLIF function is incomplete.
> The definition in ISO 9075-2 could be used:
>  NULLIF(V1,V2) is equivalent to the following:
>   CASE WHEN V1=V2 THEN NULL ELSE V1 END

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (DERBY-272) The description of the NULLIF function is incomplete.

Posted by "Jeff Levitt (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-272?page=all ]

Jeff Levitt reassigned DERBY-272:
---------------------------------

    Assign To: Jeff Levitt

> The description of the NULLIF function is incomplete.
> -----------------------------------------------------
>
>          Key: DERBY-272
>          URL: http://issues.apache.org/jira/browse/DERBY-272
>      Project: Derby
>         Type: Improvement
>   Components: Documentation
>     Versions: 10.0.2.1
>     Reporter: Mamta A. Satoor
>     Assignee: Jeff Levitt
>     Priority: Trivial

>
> I was just trying to go through JIRA entry Derby-7 - a bug about NULLIF and looked up Derby documentation on NULLIF and basically, there is not much. 
> Came across Christian d'Heureuse's following posting on the same documentation issue and I thought I would enter a JIRA entry so we can fix the docs.
> http://mail-archives.apache.org/mod_mbox/db-derby-dev/200408.mbox/%3cLPBBIKDNOFAJGJOJBPNJMEMLCPAA.chdh@inventec.ch%3e
> NULLIF Function
> http://incubator.apache.org/derby/manuals/reference/sqlj66.html
> ("NULLIF and CASE expressions")
> The Description of the NULLIF function is incomplete.
> The definition in ISO 9075-2 could be used:
>  NULLIF(V1,V2) is equivalent to the following:
>   CASE WHEN V1=V2 THEN NULL ELSE V1 END

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DERBY-272) The description of the NULLIF function is incomplete.

Posted by "Jeff Levitt (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-272?page=all ]

Jeff Levitt updated DERBY-272:
------------------------------

    Attachment: derby272.zip

Attached zip includes specified modifications to rrefcasenullif.dita.  See included HTML output for reviewing.

> The description of the NULLIF function is incomplete.
> -----------------------------------------------------
>
>          Key: DERBY-272
>          URL: http://issues.apache.org/jira/browse/DERBY-272
>      Project: Derby
>         Type: Improvement
>   Components: Documentation
>     Versions: 10.0.2.1
>     Reporter: Mamta A. Satoor
>     Assignee: Jeff Levitt
>     Priority: Trivial
>  Attachments: derby272.zip
>
> I was just trying to go through JIRA entry Derby-7 - a bug about NULLIF and looked up Derby documentation on NULLIF and basically, there is not much. 
> Came across Christian d'Heureuse's following posting on the same documentation issue and I thought I would enter a JIRA entry so we can fix the docs.
> http://mail-archives.apache.org/mod_mbox/db-derby-dev/200408.mbox/%3cLPBBIKDNOFAJGJOJBPNJMEMLCPAA.chdh@inventec.ch%3e
> NULLIF Function
> http://incubator.apache.org/derby/manuals/reference/sqlj66.html
> ("NULLIF and CASE expressions")
> The Description of the NULLIF function is incomplete.
> The definition in ISO 9075-2 could be used:
>  NULLIF(V1,V2) is equivalent to the following:
>   CASE WHEN V1=V2 THEN NULL ELSE V1 END

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira