- Replace Python-style # comments with SQL-standard -- comments - SQLite does not recognize # as comment character - Fixes database initialization failure on first run Test: Database now initializes successfully. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| database.py | ||
| log_watcher.py | ||
| project_manager.py | ||
| schema.sql | ||