Modify ↓
Opened 21 years ago
Closed 21 years ago
#113 closed defect (fixed)
Confusing error message if database not found
Reported by: | daniel | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.6 |
Component: | general | Version: | 0.5.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Since SQLite (by default?) automatically tries to create a database if the file missing, a user might get a "permissioned denied" error when in fact it should say "database '/some/dir/filename' not found".
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
Milestone: | → 0.6 |
---|---|
Status: | new → assigned |
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in both trunk and the stable branch. [237], [238].