Skip to content

Commit

Permalink
Fix #1570 (#1576)
Browse files Browse the repository at this point in the history
Adds clarity into how UUID's are generated by `apoc.create.uuid`
  • Loading branch information
es50678 authored and mneedham committed Jul 9, 2020
1 parent 4ebca52 commit c6ab443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/asciidoc/graph-updates/uuid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This section describes procedures that can be used to add UUID properties to nod
--

The library supports manual and automation generation of UUIDs, which can be stored as properties on nodes.

UUIDs are generated using the https://docs.oracle.com/javase/7/docs/api/java/util/UUID.html#randomUUID()[java randomUUID utility method], which generates a https://www.ietf.org/rfc/rfc4122.txt[v4UUID].

This section includes:

* <<manual-uuids>>
Expand Down

0 comments on commit c6ab443

Please sign in to comment.