Skip to content

branch PRAGMA not working: SQL logic error #4

@hanxue

Description

@hanxue

I have compiled the latest litetree on macOS 10.10.5, and I cannot get the branch commands to work. From the output, the new commands are available, but for some reason just not working:

sqlite> PRAGMA new_branch=test at master.2;
Error: SQL logic error
sqlite> PRAGMA new_branch=test at master.1;
Error: SQL logic error
sqlite> PRAGMA new_branch=test at master;
Error: SQL logic error
sqlite> PRAGMA new_branch=test;
Error: SQL logic error
sqlite> PRAGMA new_branch;
Error: argument required
sqlite> PRAGMA branch;
sqlite> PRAGMA branches;

Metadata

Metadata

Assignees

No one assigned

    Labels

    usageThe user cannot use the library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions