-
Notifications
You must be signed in to change notification settings - Fork 78
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
add wrapper/utils to help build paramters #273
Labels
Comments
For anyone who would like to impl. this, I will reassign to you. |
done with #349 |
Nicole00
pushed a commit
that referenced
this issue
May 29, 2024
* feat: cast params #273 * handle None of params * lint: make black happy * docs and example added with UT coverage * docs of result set as primitive * fix structure to make the cast non-breaking (#350) * make linter happy * minor fix * remove list cast * fix NList usage * fix test * chore: polish readme --------- Co-authored-by: 盐粒 Yanli <yanli.yu@vesoft.com>
wey-gu
added a commit
that referenced
this issue
Jul 16, 2024
* feat: cast params #273 * handle None of params * lint: make black happy * docs and example added with UT coverage * docs of result set as primitive * fix structure to make the cast non-breaking (#350) * make linter happy * minor fix * remove list cast * fix NList usage * fix test * chore: polish readme --------- Co-authored-by: 盐粒 Yanli <yanli.yu@vesoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i.e., it took me some time to figure out how to build a proper Nlist of strings to be passed to session_pool.execute_parameter(), I will wrap it as a utils later.
The text was updated successfully, but these errors were encountered: