Skip to content

Incorrect comment in sqlite.h #383

@tbvdm

Description

@tbvdm

sqlite.h contains a comment that incorrectly states that sqlite3_rekey() and sqlite3_rekey_v2() are able to decrypt a database:

** Change the key on an open database.  If the current database is not
** encrypted, this routine will encrypt it.  If pNew==0 or nNew==0, the
** database is decrypted.

This was reported before, in #301, and subsequently fixed, but apparently the comment managed to return.

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