Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imprimitive type data: vertex/edge/path in map will crash the backend #350

Closed
wey-gu opened this issue Nov 10, 2022 · 1 comment · Fixed by #355
Closed

imprimitive type data: vertex/edge/path in map will crash the backend #350

wey-gu opened this issue Nov 10, 2022 · 1 comment · Fixed by #355

Comments

@wey-gu
Copy link
Contributor

wey-gu commented Nov 10, 2022

Describe the bug (must be provided)

As title, minimal reproduce:

match (n:player) return {node: n}

or

match p=(:player) return {p:p}

or

match ()-[e:follow]->() return {e:e} limit 10

Your Environments (must be provided)

  • OS: Linux,Mac or Windows
  • Node-version: node --version
  • Studio-version: display in studio navBar

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. Step 1, open console
  2. Step 2, run match (n:player) return {node: n}

Expected behavior

no crash

@wey-gu wey-gu added the bug label Nov 10, 2022
@wey-gu wey-gu changed the title vertex/edge in map will crash the backend imprimitive type data: vertex/edge/path in map will crash the backend Nov 10, 2022
@liangliangc
Copy link

已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants