vesoft-inc / nebula-go

Nebula client in Golang
Apache License 2.0
134 stars 70 forks source link

What if user wants to pass in a `int64` as param? #288

Closed wenhaocs closed 1 month ago

wenhaocs commented 1 year ago

Please check the FAQ documentation before raising an issue

Describe the bug (required)

Take a look at here: https://github.com/vesoft-inc/nebula-go/blob/master/session.go#L281

Your Environments (required)

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

nyadav-sc commented 1 year ago

Seeing this error when trying to pass int64

failed to parse params: Only support convert boolean/float/int/string/map/list to nebula.Value but int64"

syedzubeen commented 1 year ago

Hey hi! Can I work on this?

wey-gu commented 2 months ago

implemented via #348