Skip to content

Sqlite: enabling dead letter expiration fails with 'no such column expires' #3071

@fama-gt

Description

@fama-gt

Describe the bug
Clean up job for deleting expired dead letters on sqlite throws exception 'no such column expires'

To Reproduce
Steps to reproduce the behavior:

  1. use Wolverine.Sqlite
  2. Configure Wolverine:
options.PersistMessagesWithSqlite(...);
options.Durability.DeadLetterQueueExpirationEnabled = true;

Expected behavior
Deleting expired dead letters works without exception. Any migration to the table should be handled automatically if the option is enabled after initial database creation. Although the problem persists if I use a fresh database.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions