SQLite Archiver

Ticket Change Details
Login
Overview

Artifact ID: c23443520da871f03b2d2ac8260be582f96c5529
Ticket: a889338d20650d9bb2a1015f93163925f4a36386
filename -> name
User & Date: anonymous 2016-10-17 10:59:52
Changes

  1. foundin changed to: "sqlar-src-72ca977d53"
  2. icomment:
    Hello, 
    
    it seems that there is a typo in your code. The file: sqlar.c line 590. Without a modification I got an error:
    adam@AdamMac:/tmp/sqlar/sqlar-src-72ca977d53$ ./sqlar -x test.db
    Error: no such column: filename
    while preparing: SELECT name, mode, mtime, sz, data FROM sqlar WHERE name_on_list(filename)
    
    test.db is a test archive I had created. The fix is to rename filename to name and recompile the sources. That's it.
    
    Thank you and sorry if you already know about it.
    
    Take care.
    
  3. login: "anonymous"
  4. mimetype: "text/plain"
  5. private_contact changed to: "83649d6c332f2b3559c6d22baf917ba21e369ada"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "filename -> name"
  9. type changed to: "Code_Defect"