Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Feature Request] Pin the sqlite driver version due to sqlite driver issue #777

@cretz

Description

@cretz

Describe the solution you'd like

There is an issue that was solved but reappeared in the sqlite driver. We have an issue opened at https://gitlab.com/cznic/sqlite/-/issues/196, but in the meantime we need to do like server does and pin the sqlite driver version to a specific version in go.mod (probably need to have some kind of import _ "modernc.org/sqlite" to keep it in go.mod properly).

Bonus points if we can add a test like in temporalio/temporal#6815 so we can catch it if it regresses again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions