mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-01 17:17:24 -04:00
Enhanced diagnostics to trace database path resolution and table existence at connection time. This will help identify if get_db_connection() is resolving paths correctly and accessing the right database file. Added diagnostics to: - get_db_connection(): Show input path, resolved path, file existence, and tables found - initialize_dev_database(): Verify tables exist after creation This will reveal whether the path resolution is working correctly or if there's a timing/caching issue with database file access.