Common Errors
Solutions for frequent issues
Solutions for commonly encountered errors.
Query Errors
| Error | Solution |
|---|---|
| Query timeout | Increase timeout in Settings or optimize query |
| Table not found | Check table name spelling |
| Syntax error | Check SQL syntax |
Editor Issues
Auto-complete not working
- Ensure connected to database
- Schema may need to refresh - click refresh button
- Try reconnecting to the database
Data Issues
Can't edit cell
- Table may be read-only (views)
- Primary key required for row identification
- BLOB columns are not directly editable
Data Storage Locations
| Platform | Location |
|---|---|
| macOS | ~/Library/Application Support/QuackDB/ |
| Windows | %APPDATA%/QuackDB/ |
| Linux | ~/.config/QuackDB/ |
Files stored: connections.json, history.json, settings.json (no passwords stored)