[hibernate-commits] [hibernate/hibernate-ogm] 758d76: OGM-1474 Replace CREATE UNIQUE in Cypher queries w...

GitHub noreply at github.com
Thu May 24 07:05:37 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: 758d766bd74f9d15b12b25725563a251837a5d9c
      https://github.com/hibernate/hibernate-ogm/commit/758d766bd74f9d15b12b25725563a251837a5d9c
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2018-05-24 (Thu, 24 May 2018)

  Changed paths:
    M neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/dialect/impl/BaseNeo4jAssociationQueries.java

  Log Message:
  -----------
  OGM-1474 Replace CREATE UNIQUE in Cypher queries with MERGE

  Running CREATE UNIQUE queries will generate the following warning:

  ```
  The RULE planner is not available in the current CYPHER version,
  the query has been run by an older CYPHER version. CREATE UNIQUE is unsupported
  for current CYPHER version, the query has been execute by an older CYPHER version
  ```



      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list