Updated query-conversion package
Updated the query conversion package which fixes an issue in query chaining for Neo4j. Updated the panic recovery method in handleMessage to print the stack trace.
... | ... | @@ -6,7 +6,7 @@ require ( |
git.science.uu.nl/graphpolaris/broker v0.0.0-20210913145737-76d174f4367a | ||
git.science.uu.nl/graphpolaris/keyvaluestore v0.0.0-20210913145832-4c76e9e5f5bd | ||
git.science.uu.nl/graphpolaris/objectstore v0.0.0-20210913150113-977062fb8a3c | ||
git.science.uu.nl/graphpolaris/query-conversion v0.0.0-20211129104724-8e0b2530433b | ||
git.science.uu.nl/graphpolaris/query-conversion v0.0.0-20220117134611-44f0e50da45e | ||
git.science.uu.nl/graphpolaris/query-execution v0.0.0-20220115131713-a3beba20d6f9 | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/stretchr/testify v1.7.0 | ||
... | ... |
Please register or sign in to comment