-
Notifications
You must be signed in to change notification settings - Fork 218
fix txn token,dc and consistency #225
base: master
Are you sure you want to change the base?
Conversation
|
added auto-decode for values |
|
Hi @amuhametov, Thank you for your PR! I will review your PR soon. Stay tuned! |
| is_id=False, | ||
| index=False): | ||
| index=False, | ||
| txn=False): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to add new parameters to docs string?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
| token=None, | ||
| consistency=None, | ||
| dc=None, | ||
| decode=False): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this but I prefer to hide encoding/decoding logic from user. This will break API but it will be more clear. Is there any objection against it? Moreover, new parameters should be documented in doc string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
|
@amuhametov, I have added comments to your PR. In short:
|
|
@matusvalo are you sure we should break the API? |
|
@cablehead @matusvalo guys? |
|
ping |
|
#225 @amuhametov welcome to here
|
636f367 to
a91daae
Compare
fixes #148