Fossil

View Ticket
Login
2008-10-24
14:06 Fixed ticket [5162d999af]: error trying to retrieve settings plus 5 other changes artifact: f195bd594e user: drh
14:05
Make the "settings" command work with the -R option. Fix for ticket [5162d999af]. check-in: 2c3b20efff user: drh tags: trunk
2008-08-29
19:22 New ticket [5162d999af] error trying to retrieve settings. artifact: a2435123a4 user: anonymous

Ticket Hash: 5162d999af8adb67bdd6799bc89310b5aaab431d
Title: error trying to retrieve settings
Status: Fixed Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: one Resolution: Fixed
Last Modified: 2008-10-24 14:06:28
17.44 years ago
Created: 2008-08-29 19:22:14
17.59 years ago
Version Found In: fossil-linux-x86-b3ee50c946
Description:
Create a new repository:

fossil new fossil-test

Try to retrieve settings:

fossil setting -R fossil-test

error:

fossil: no such table: global_config SELECT '(local)', value FROM config WHERE name='autosync' UNION ALL SELECT '(global)', value FROM global_config WHERE name='autosync'


drh added on 2008-10-24 14:06:28:
Fixed by check-in [2c3b20efff]