We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57015da commit fdb3b71Copy full SHA for fdb3b71
cypher/queries/interactive-update-6.cypher
@@ -4,6 +4,7 @@ CREATE (author)<-[:HAS_CREATOR]-(p:Post:Message {
4
creationDate: $creationDate,
5
locationIP: $locationIP,
6
browserUsed: $browserUsed,
7
+ language: $language,
8
content: CASE $content WHEN '' THEN NULL ELSE $content END,
9
imageFile: CASE $imageFile WHEN '' THEN NULL ELSE $imageFile END,
10
length: $length
0 commit comments