natevw/memcouch

Rename `_seq` field to `_local_seq`

Closed this issue · 1 comments

CouchDB provides an equivalent field to views via doc._local_seq, so it makes sense to migrate to this for consistency.

Via cca7699 and related commits, the rewritten version of this library now uses an opaque token externally and an EDIT_SEQ Symbol internally. CouchDB's own _local_seq field got pretty complicated since the cluster stuff got added in 2.x.