-
Notifications
You must be signed in to change notification settings - Fork 85
Conversation
merge from upstream
@recall704 What's the difference between this and |
the erorr is
you set the session vars with
and i set the session vars with
|
Yes. dumpling will return an error. I think maybe fixing |
OK, I will try to fix in |
04cdb9c
to
304f26c
Compare
@lichunzhu It's works now |
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 304f26c
|
LGTM. Thanks for your contribution! |
What problem does this PR solve?
fix resetDBWithSessionParams if value is int or float
What is changed and how it works?
try to parse
params
values string to int or float.