Updated all SQL queries and bindings to replace camelCase field names (e.g., `updateTime`, `lastScan`) with snake_case equivalents (e.g., `update_time`). Ensures uniformity across database schema and codebase. |
||
|---|---|---|
| .. | ||
| dao | ||
| app_data.db | ||
| DatabaseManager.cpp | ||
| DatabaseManager.h | ||