Polypheny-DB
Polypheny-DB copied to clipboard
Small fixes for graph related things
Summary
This PR contains some small fixes for graph related things.
Bug Fixes
- Now single quotes in a string will be escaped
- Added long literal support for Cypher, this is useful for ids.
- @gartens fixed incorrect split of cypher statements
- @datomo fixed label matches
- Similar to Neo4j, now when the data tab in the web UI is clicked the number of returned graph elements is limited to 25 to avoid transferring too much data