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

Persist integers as byte representation, not as a string #43

Closed
thhermansen opened this issue Jun 7, 2011 · 1 comment
Closed

Persist integers as byte representation, not as a string #43

thhermansen opened this issue Jun 7, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@thhermansen
Copy link
Contributor

Currently we are storing the Fixnum 1 as the string "1" when it is being persisted. This has some bad implications like calling atomic increment on that value will not make any sense. So, this issue is related to this issue.

@ghost ghost assigned thhermansen Jun 7, 2011
@thhermansen
Copy link
Contributor Author

Fixed in development, 9acb449.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant