Skip to content
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

Getting value's timestamp #62

Closed
wision opened this issue Apr 3, 2014 · 2 comments
Closed

Getting value's timestamp #62

wision opened this issue Apr 3, 2014 · 2 comments

Comments

@wision
Copy link
Contributor

wision commented Apr 3, 2014

Mget doesn't return value's timestamp, which might be a problem for some people.. we deal with it by returning raw data instead of associative array (falsecz@a3d7b8f#diff-50cfa59973c04321b5da0c6da0fdf4feL416).

Considering that this is a breaking change, I'd like to ask, if you plan on making raw output optional or something else in order to return timestamp as well.

@fengmk2
Copy link
Member

fengmk2 commented Apr 3, 2014

I think it's good to add a options to decide return raw or value only.

like

function mget(tableName, rows, columns, {raw: true}, callback);

You commits falsecz@a3d7b8f look goods, welcome to merge into here.

@wision
Copy link
Contributor Author

wision commented Apr 3, 2014

#63

@wision wision closed this as completed Apr 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants