tugraph-db
tugraph-db copied to clipboard
TuGraph is a high performance graph database.
**Is your feature request related to a problem? Please describe.** A clear and concise description of the problem. **Describe the solution you'd like** A clear and concise description of what...
/usr/local/include/boost/predef/detail/endian_compat.h:11:161: 附注:#pragma message:The use of BOOST_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include and use BOOST_ENDIAN_BYTE instead 注意使用了boost geometry extensions的部分,正常release不包含extensions。 1.72版本会触发,升级到1.78可以解决。 1.78的extension可以从这个commitid 0c002e6bdc55f247832bd1cf3f6d16a6658450bf https://github.com/boostorg/geometry/tree/0c002e6bdc55f247832bd1cf3f6d16a6658450bf
` MATCH ()-[]-() RETURN COUNT(*)` 后 server segmentation fault
cql = f"CALL db.createLabel('edge','{edge_name}', '{json.dumps([[vertex_name, target]], ensure_ascii=False)}')'" responses = run_cypher_by_name(kg_name, cql) print(responses) 在使用cypher进行数据查询、插入操作时,发现响应结果会缺少错误码,或是输出无关的信息: {'error_message': 'Label[测试]: Duplicate property definition: [name]'} {'error_message': 'No such vertex label: 会议'} {'elapsed': 0.0008828639984130859, 'header': [{'name': '',...
Like in #364, the length function supports both for string and array. Consider classifying them to string functions, array function and likewise for the other functions