Skip to content

Fix compilation error in libsqlite3-sys upgrade (#6467) #6471

@ever0de

Description

@ever0de

The build for PR #6467 is currently failing due to an unresolved import in crates/stdlib/src/sqlite.rs.
The error message no sqlite3_close_v2 in the root suggests that the API for libsqlite3-sys v0.36.0 has changed. The compiler suggests using sqlite3_close instead.
We need to manually fix this compilation error to merge the dependency update.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions