Skip to content

Build fails with SQLCipher due to calls not yet available in SQLCipher #546

@jimt2000

Description

@jimt2000

commit 336faa1 on Oct 8 added calls to sqlite3_expanded_sql and sqlite3_trace_v2.

These are available in sqlite3 version 3.14, but not earlier versions. If you use SQLCipher upon which SQLiteCipher.swift is dependent, you get link errors because the version of sqlite3 used by SQLCipher is earlier than 3.14.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions