Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Change Bucket.NextSequence() to return uint64 #209

Merged
merged 1 commit into from
Jun 22, 2014

Conversation

benbjohnson
Copy link
Member

This commit changes NextSequence() to return a uint64 instead of an int. This also removes the ErrSequenceOverflow error condition since overflowing a uint64 is unlikely.

Fixes #39.

/cc @tv42 @extemporalgenome

This commit changes NextSequence() to return a uint64 instead of an int. This also
removes the ErrSequenceOverflow error condition since overflowing a uint64 is unlikely.

Fixes boltdb#39.
@benbjohnson
Copy link
Member Author

benbjohnson added a commit that referenced this pull request Jun 22, 2014
Change Bucket.NextSequence() to return uint64
@benbjohnson benbjohnson merged commit 622c1f1 into boltdb:master Jun 22, 2014
@benbjohnson benbjohnson deleted the next-seq-uint64 branch June 22, 2014 16:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shouldn't NextSequence return uint64?
1 participant