Skip to content

Commit 6c9bb2e

Browse files
authored
Add Technical Documentation (#176)
This PR adds the technical documentation to the repository since the previously used link doesn't point to the documentation anymore. Thanks to @torpedro.
1 parent 4248c76 commit 6c9bb2e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ C++ SQL Parser
66
This is a SQL Parser for C++. It parses the given SQL query into C++ objects.
77
It has been developed for integration in [Hyrise](https://github.com/hyrise/hyrise), but can be used perfectly well in other environments as well.
88

9-
In March 2015 we've also written a short paper outlining discussing some development details and the integration into our database Hyrise. You can find the paper [here](http://torpedro.com/paper/HyriseSQL-03-2015.pdf).
9+
In March 2015 we've also written a short paper outlining discussing some development details and the integration into our database Hyrise. You can find the paper [here](docs/technical_documentation.pdf).
1010

1111

1212
## Usage

docs/technical_documentation.pdf

278 KB
Binary file not shown.

0 commit comments

Comments
 (0)