Skip to content

Commit b1f2d2e

Browse files
committed
update cypher differences
1 parent c8ec32f commit b1f2d2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/querying/differences-in-cypher-implementations.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,6 @@ UNWIND [42, true, 'abc'] AS val
238238
RETURN val, valueType(val) = "INTEGER"
239239
```
240240

241-
### Unsupported data types
242-
243-
- `POINT` -> Track progress on [GitHub](https://github.com/memgraph/memgraph/issues/1583) and add a comment if you require such a feature.
244-
245241
### Unsupported functions
246242

247243
**Functions for converting data values**:

0 commit comments

Comments
 (0)