Skip to content
Snippets Groups Projects
Commit 3bddbbb8 authored by Joris's avatar Joris
Browse files

hotfix nr2

parent e70b0720
No related branches found
No related tags found
1 merge request!2Groupby overhaul
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
// © Copyright Utrecht University (Department of Information and Computing Sciences) // © Copyright Utrecht University (Department of Information and Computing Sciences)
// */ // */
// package aql package aql
import "git.science.uu.nl/graphpolaris/query-conversion/entity"
// import ( // import (
// "errors" // "errors"
......
...@@ -120,7 +120,7 @@ func createReturnStatement(JSONQuery *entity.IncomingQueryJSON, parts entity.Que ...@@ -120,7 +120,7 @@ func createReturnStatement(JSONQuery *entity.IncomingQueryJSON, parts entity.Que
retType = ";nodelink" retType = ";nodelink"
} }
retStatement = retStatement + "\n" + fmt.Sprintf("LIMIT %v", JSONQuery.Limit) retStatement = retStatement + "\n" + fmt.Sprintf("LIMIT %v", JSONQuery.Limit) + retType
return &retStatement, nil return &retStatement, nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment