Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for JSON, CSV and TSV when using CONSTRUCT queries #536

Merged
merged 19 commits into from Jan 10, 2022

Conversation

RobinTF
Copy link
Collaborator

@RobinTF RobinTF commented Jan 8, 2022

Follow-up to #528

* See https://www.iana.org/assignments/media-types/text/tab-separated-values
* for more information.
*/
std::string escapeForTsv(std::string input);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For anyone wondering, these are the specifications the SPARQL specification is referencing

Copy link
Member

@joka921 joka921 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work, only some small tweaks are still necessary.

src/engine/QueryExecutionTree.cpp Show resolved Hide resolved
src/engine/QueryExecutionTree.cpp Outdated Show resolved Hide resolved
src/engine/QueryExecutionTree.cpp Show resolved Hide resolved
src/engine/QueryExecutionTree.h Outdated Show resolved Hide resolved
src/engine/QueryExecutionTree.h Outdated Show resolved Hide resolved
src/engine/Server.cpp Outdated Show resolved Hide resolved
src/engine/Server.cpp Show resolved Hide resolved
src/parser/RdfEscaping.h Show resolved Hide resolved
Copy link
Member

@joka921 joka921 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice,
There's only some small stuff concerning names etc. which is yet to be done.

src/engine/QueryExecutionTree.cpp Outdated Show resolved Hide resolved
src/engine/QueryExecutionTree.h Outdated Show resolved Hide resolved
src/engine/Server.cpp Outdated Show resolved Hide resolved
src/parser/data/Types.h Outdated Show resolved Hide resolved
Copy link
Member

@joka921 joka921 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This now is the very last single comment:)

src/engine/QueryExecutionTree.cpp Show resolved Hide resolved
@joka921 joka921 merged commit f3c8713 into ad-freiburg:master Jan 10, 2022
@RobinTF RobinTF deleted the implement-format-variety branch January 10, 2022 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants