From: <tr...@do...> - 2013-04-22 17:11:42
|
<p>The following issue has been added to a project that you are monitoring.</p> <table border="0"> <tr> <td width="90px" valign="top"><b>Title:</b></td> <td>Subsequent sorts clauses in descending order</td> </tr> <tr> <td><b>Project:</b></td> <td>Core Library (dotNetRDF.dll)</td> </tr> <tr> <td><b>Created By:</b></td> <td>Max</td> </tr> <tr> <td><b>Milestone:</b></td> <td>Unassigned</td> </tr> <tr> <td><b>Category:</b></td> <td>Query</td> </tr> <tr> <td><b>Priority:</b></td> <td>Unassigned</td> </tr> <tr> <td><b>Type:</b></td> <td>Bug</td> </tr> <tr> <td><b>Description:</b></td> </tr> <tr> <td colspan="2"><p> Observed on release 0.9.0 rc4</p> <p> In a query with multiple ORDER BY clauses like</p> <p> SELECT ?sort1 ?sort2 ?sort3 {...} ORDER BY ?sort1 desc(?sort2) ?sort3</p> <p> The Sparql result are ordered with sort2 and sort3 values both in descending order</p> <p> Generally whenever a sort is set to descending direction, subsequent sort clauses are also returned in descending order event is asc(?sortN) is specified.</p></td> </tr> </table> <p> More information on this issue can be found at <a href="http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=350" target="_blank">http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=350</a></p> <p style="text-align:center;font-size:8pt;padding:5px;"> If you no longer wish to receive notifications, please visit <a href="http://www.dotnetrdf.org/tracker/Account/UserProfile.aspx" target="_blank">your profile</a> and change your notifications options. </p> |