Skip to content

Throwing in sqlite filter function crashes process #56890

Open
@jasnell

Description

@jasnell

Version

current

Platform

all

Subsystem

sqlite

What steps will reproduce the bug?

  database2.applyChangeset(session.changeset(), {
    filter() { throw new Error('boom'); }
  });

How often does it reproduce? Is there a required condition?

Always

What is the expected behavior? Why is that the expected behavior?

Error is thrown

What do you see instead?

Process crashes

Additional information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    sqliteIssues and PRs related to the SQLite subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions