Added a comment
This commit is contained in:
parent
3babe84e46
commit
7ca1bd2c70
1 changed files with 19 additions and 0 deletions
|
@ -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>
|
||||
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue