nebula-contrib / nebula-node

Nebula Graph Client for Node.js
26 stars 9 forks source link

Parser #22

Closed re0marb1e closed 1 year ago

re0marb1e commented 1 year ago
  1. implement NMap and NSet data type for parser
  2. use array push instead array concat when traverse each rows queryRETURN list[1, 2, 3] AS a(table cell is an array like object) when using array concat, will return[1, 2, 3] which is wrong when using array push, will return [[1, 2, 3]] which is right
wujjpp commented 1 year ago

@wey-gu Please update package version then publish

wey-gu commented 1 year ago

Already published @wujjpp ✅

https://github.com/nebula-contrib/nebula-node/pull/23