| 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: | ||||