From 7ca1bd2c70086ea64dfc55066c517c5f21d5a35e Mon Sep 17 00:00:00 2001 From: hurlebouc Date: Wed, 8 Mar 2023 15:11:26 +0000 Subject: [PATCH] Added a comment --- ..._0c0aec23302afafffc0f69d1bd89ad8f._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/SQlite_failed_when_copying_to_remote_repository/comment_5_0c0aec23302afafffc0f69d1bd89ad8f._comment diff --git a/doc/bugs/SQlite_failed_when_copying_to_remote_repository/comment_5_0c0aec23302afafffc0f69d1bd89ad8f._comment b/doc/bugs/SQlite_failed_when_copying_to_remote_repository/comment_5_0c0aec23302afafffc0f69d1bd89ad8f._comment new file mode 100644 index 0000000000..ab8b037c00 --- /dev/null +++ b/doc/bugs/SQlite_failed_when_copying_to_remote_repository/comment_5_0c0aec23302afafffc0f69d1bd89ad8f._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="hurlebouc" + avatar="http://cdn.libravatar.org/avatar/bda734a6d937c1fe0c9778a6eaefffbc" + subject="comment 5" + date="2023-03-08T15:11:26Z" + content=""" +Hi, and thank you for keeping anwsering my question! + +I do succeed in reading this file. And here is the content: + + sqlite> .dump + PRAGMA foreign_keys=OFF; + BEGIN TRANSACTION; + CREATE TABLE IF NOT EXISTS \"associated\"(\"id\" INTEGER PRIMARY KEY,\"key\" BLOB NOT NULL,\"file\" BLOB NOT NULL,CONSTRAINT \"key_file_index\" UNIQUE (\"key\",\"file\"),CONSTRAINT \"file_key_index\" UNIQUE (\"file\",\"key\")); + CREATE TABLE IF NOT EXISTS \"content\"(\"id\" INTEGER PRIMARY KEY,\"key\" BLOB NOT NULL,\"inodecache\" VARCHAR NOT NULL,\"filesize\" VARCHAR NOT NULL,\"mtime\" INTEGER NOT NULL,CONSTRAINT \"key_inode_cache_index\" UNIQUE (\"key\",\"inodecache\"),CONSTRAINT \"inode_cache_key_index\" UNIQUE (\"inodecache\",\"key\")); + COMMIT; + sqlite> + +"""]] -- 2.30.2