From: <tr...@do...> - 2012-01-31 06:03:00
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-01-31 06:02 AM Comment: SVN revision 2041 updates support as follows: Removes SHA224 function REGEX is already broad so no change required DATATYPE is broadened appropriately Notes on work to be done: QName format changes are broader than previously though, will be slightly more substantial update ASK allows all modifiers, enabling it relatively easy - just need to ensure that custom ASK lazy evaluation optimisations are skipped if any modifier is present More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-01-31 06:46:51
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-01-31 06:45 AM Comment: Revision 2042 updates the DAWG test suite to include the new tests Revision 2043 adds support for the fact that the latest drafts make the GRAPH keyword optional in ADD/COPY/MOVE commands More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-01-31 06:57:23
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-01-31 06:56 AM Comment: Revision 2044 fixes several bugs with ADD/COPY/MOVE implementation More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 22:31:36
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 10:30 PM Comment: SVN revision 2053 makes the requisite QName escape syntax changes Remaining work to do: We need a SPARQL CSV parser to pass all the new tests, this will be tracked as a sub-issue Aggregates in ORDER BY are not yet supported More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-03 23:52:52
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-03 11:52 PM Comment: SVN revision 2054 added CSV parsing support, SVN revision 2055 adds aggregates in ORDER BY support Not closing this issue yet as there are still non-query changes that may need to be made which I have yet to research fully, will add further comments once Ive determined what further changes are needed More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-04 00:01:07
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-04 12:00 AM Comment: The main remaining update to be made pertains to the treatment of SPARQL Update in the SPARQL protocol -http://www.w3.org/TR/sparql11-protocol/#update-operation In particular it now allows for using-graph-uri and using-named-graph-uri parameters, these add USING and USING NAMED clauses to the updates. But if these are used with updates that contain USING, USING NAMED or WITH clauses this is not permitted. Also we need to take care of the fact that the protocol now requires that updates must be made via a POST request (GET is not permissible) and take into account the option of submitting the POST request with Content-Type application/sparql-update instead of form encoding the request parameters More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |
From: <tr...@do...> - 2012-02-05 00:49:19
|
A new comment has been added to the following issue. Title: Update to latest SPARQL 1.1 draft specs Project: Core Library (dotNetRDF.dll) Created By: Rob Vesse Date: 2012-02-05 12:48 AM Comment: Completed as of SVN revision 2056 More information on this issue can be found at http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=158 If you no longer wish to receive notifications, please visit http://www.dotnetrdf.org/tracker/UserProfile.aspx and change your notifications options. |