fix SELECT name FROM ENTITY
Compare changes
+ 2
− 0
@@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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.