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 "Bryan Pendleton (JIRA)" <ji...@apache.org> on 2009/09/21 16:24:16 UTC

[jira] Resolved: (DERBY-4382) missing documentation from reference guide for ORDER BY null ordering clause (i.e. NULLS FIRST / NULLS LAST )

     [ https://issues.apache.org/jira/browse/DERBY-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Pendleton resolved DERBY-4382.
------------------------------------

          Resolution: Fixed
       Fix Version/s: 10.6.0.0
    Issue & fix info:   (was: [Patch Available])

Thanks Knut for the review and suggestions. I removed the confusing sentences
from the doc page and committed the change to the docs trunk as revision 817266.



> missing documentation from reference guide for ORDER BY null ordering clause (i.e. NULLS FIRST / NULLS LAST )
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4382
>                 URL: https://issues.apache.org/jira/browse/DERBY-4382
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.4.1.3, 10.4.2.0, 10.5.1.1, 10.5.2.0, 10.5.3.0, 10.6.0.0
>            Reporter: Myrna van Lunteren
>            Assignee: Bryan Pendleton
>            Priority: Minor
>             Fix For: 10.6.0.0
>
>         Attachments: orderBy.diff, rrefsqlj13658.html
>
>
> With 10.4.1.3, support was introduced for the SQL standard, 10.10 <sort specification list>:
>  <null ordering> ::=
>     NULLS FIRST
>     | NULLS LAST
> See https://issues.apache.org/jira/browse/DERBY-2887.
> However, the documentation doesn't reflect this syntax.
> It should at least get added to the reference guide order by section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.