fix SELECT name FROM ENTITY
Compare changes
@@ -28,6 +28,7 @@ import java.io.Writer;
@@ -68,6 +69,12 @@ public class JdomRepresentation extends WriterRepresentation {
Fixes #130 (closed)
The actual fix is only a if(id>99)
because the error occured when the result set contained some of the special entities (which are usually hidden to users).
Tests in caosdb-pyinttest!4 (merged)
Manual testing: checkout this branch in deploy and search FIND ENTITY
or SELECT something FROM ENTITY
.
For further good practices have a look at our review guidelines.