Fossil SCM
error trying to retrieve settings
Fixed
5162d999af8adb6…
· opened 17 years, 7 months ago
- Type
- Code_Defect
- Priority
- Immediate
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- one
- Created
- Aug. 29, 2008 7:22 p.m.
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]