Open hanxue opened 6 years ago
Hi!
Have you run SQL commands in the database to create these commits?
Do the PRAGMA branch_info(master)
returns something?
It appears that your SQLite shell is not using the modified SQLite library. It may be using the native one that comes with MacOSX.
Have you run sudo make install
? And make test
?
Another method to check if the SQLite shell is using the LiteTree library is running this command:
PRAGMA journal_mode
It must return branches
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: