皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Neo4j 3.2.10 发布,Bug 修复和功能完善

Neo4j 3.2.10 发布,Bug 修复和功能完善

Neo4j 3.2.10 发布了。Neo4j 是流行的图形数据库,已被数千个组织采用。它是一个高性能图形存储,具有成熟和强大的数据库的所有功能,如友好的查询语言和 ACID 事务。它将结构化数据存储在网络上而不是表中,在享有灵活的数据结构的同时,还能有企业级数据库的所有优势。对于多数应用来说,Neo4j 和关系型数据库相比提供了数量级的性能优势。

主要更新内容:

Kernel

  • CSV parser do not trim quoted strings #10654
  • More detailed message on MultipleFoundException during findNode operation. #10707
  • Traversal endpoint script execution is now disabled by default, by introducing the unsupported.dbms.security.script_enabled setting, and making it false by default. #11078
  • 3.1 Resolved inc backup debug.logs wrong location #11104
  • 3.2 Resolved inc backup debug.logs wrong location #11106

Cypher

  • Don’t throw error for n.prop = null #10669
  • Do not return Object[] when querying for array property in Cypher. #10676
  • Fix that MERGE did not enforce relationship uniqueness. #10771
  • Fixes bug with missing results when a relationship created in the same transaction was not found by optional match or pattern comprehension #10842
  • Bugfix so that the cost planner can now plan the following: #10863

    REMOVE CASE WHEN … THEN a ELSE b END.prop

  • Fixes planner bug with join hints on optional matches. #10895

完整更新内容请查看 ChangeLog

下载地址:

转自 http://www.oschina.net/news/94161/neo4j-3-2-10