Errata
The errata list is a list of errors and their corrections that were found after the product was released.
The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.
Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted by | Date submitted |
---|---|---|---|---|
Page 29 Last paragraph |
The text says: "uses these three clauses" but in the query only there are two clauses (MATCH and RETURN). |
Carlos | Sep 05, 2018 | |
Page 45 United States |
The relationship from Review to Performance is specified on page 42 in Figure 3-6 and on page 43 (second paragraph from the bottom) as REVIEW_OF. In the CREATE statement on page 45, the relationship is defined as (review)-[:RATED]->(performance1) and should be instead defined as (review)-[:REVIEW_OF]->(performance1). |
Miguel | Dec 27, 2015 | |
Page 45 Cypher Sample |
The last line of the cypher statement is missing parantheses and must be: |
Karsten Thoms | Feb 05, 2017 | |
Page 46 1st paragraph |
Original text: |
Tully Ernst | Sep 14, 2015 | |
Page 48 Paragraph before code example |
The MATCH example that follows is described as, "finds all the Shakespeare performances at Newcastle's Theatre Royal". In fact, the MATCH discovers the distinct names of the Shakespeare plays performed at said theater. |
Sam Lowry | Aug 19, 2016 | |
Page 122 2nd line of the query at the bottom of the page |
(:Person) should be (:User) |
Anonymous | Mar 20, 2019 | |
Page 131 Fig 5-10 |
It seems to me that the Company node 'Aquired Ltd.' should not be highlighted as being a portion of the graph matched, because of the WHERE clause that excludes it. |
Anonymous | Nov 08, 2018 |