Skip to content

Support CouchDB _updates #42

@gijohnson-usgs

Description

@gijohnson-usgs

I think it would be very useful to support the use of CouchDB update handlers.

Comments in the code:

# jquery.couch.js uses the same method for updating as it uses for creating a document, so we can use the `create` method here. ###
  update : (model, opts) ->
    @create(model, opts)

but jquery.couch.js has db.updateDoc. It's purpose is to execute update handlers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions