Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./sqlite_dump ~/.dropbox/config.db isn't providing host_id or root_ns #5

Open
rebroad opened this issue Apr 11, 2014 · 2 comments
Open

Comments

@rebroad
Copy link

rebroad commented Apr 11, 2014

Running this command on my system gives:-

BEGIN TRANSACTION;
CREATE TABLE config (key TEXT PRIMARY KEY NOT NULL, value BLOB);
INSERT INTO "config" VALUES('config_schema_version',2);
COMMIT;

rather than the output suggested by the README.rst file.

@driverdan
Copy link
Owner

This is an unmaintained project kept for reference purposes. There may be a
number of bugs and mis/undocumented features.
On Apr 11, 2014 8:50 AM, "R E Broadley" [email protected] wrote:

Running this command on my system gives:-

BEGIN TRANSACTION;
CREATE TABLE config (key TEXT PRIMARY KEY NOT NULL, value BLOB);
INSERT INTO "config" VALUES('config_schema_version',2);
COMMIT;

rather than the output suggested by the README.rst file.


Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.

@rebroad
Copy link
Author

rebroad commented Apr 17, 2014

So, it's no longer working then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants