Skip to content

Commit

Permalink
Merge pull request #66 from ali-ince/1.7-fix-null
Browse files Browse the repository at this point in the history
Fix cypher type mapping table
  • Loading branch information
Maria Scharin authored Dec 17, 2018
2 parents a9d0563 + 45b5fc2 commit 0789882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciidoc/working-with-cypher-values.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Inbound conversion is carried out using http://cldr.unicode.org/development/deve
[options="header", cols="m,"]
|===
| Neo4j type | Go type
| null | `null`
| null | `nil`
| List | `[]interface{}`
| Map | `map[string]interface{}`
| Boolean | `bool`
Expand Down

0 comments on commit 0789882

Please sign in to comment.