Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.
This repository was archived by the owner on May 10, 2025. It is now read-only.

sequence.update() doesn't support an options argument #14

@aleclarson

Description

@aleclarson
db.table('posts').update({}, options)

...where options can have these properties:

  • returnChanges: true Include a changes array in the response, with an {old_val, new_val} pair for each updated row.

  • returnChanges: false Exclude the changes array. (the default behavior)

  • returnChanges: "always" Include a changes array, with an {old_val, new_val} pair for every row (even if not updated).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions