Lemontropia-Suite/core
LemonNexus b06b98e6cc fix: change TIMESTAMP columns to TEXT to avoid SQLite auto-conversion errors
SQLite's TIMESTAMP type causes auto-conversion issues when data is in ISO format
- Changed all TIMESTAMP columns to TEXT in schema.sql
- Disabled detect_types in database.py to prevent auto-conversion
- This stores datetime as ISO strings without parsing issues
2026-02-11 13:13:55 +00:00
..
__init__.py feat(db): initialize SQLite schema and DatabaseManager 2026-02-08 16:56:32 +00:00
armor_decay.py feat(gear): add test run equipment to databases 2026-02-09 10:44:25 +00:00
armor_system.py fix: add missing Any import to armor_system.py 2026-02-09 20:17:06 +00:00
attachments.py fix(attachments): add default value for attachment_type to fix dataclass init error 2026-02-09 09:34:01 +00:00
database.py fix: change TIMESTAMP columns to TEXT to avoid SQLite auto-conversion errors 2026-02-11 13:13:55 +00:00
entropia_nexus.py feat: add gear management + Windows testing guide 2026-02-08 17:17:37 +00:00
healing_tools.py feat(gear): add test run equipment to databases 2026-02-09 10:44:25 +00:00
hunting_session.py feat(hunting): complete hunting session tracker 2026-02-09 10:38:37 +00:00
loadout_db.py feat(core): add loadout-session integration and cost tracking 2026-02-09 16:11:15 +00:00
log_watcher.py fix: add comma to loot regex patterns for items like 'Dominax Original Garter, Adjusted (L)' 2026-02-10 15:13:21 +00:00
nexus_api.py feat(swarm): Agent swarm - Loadout Manager v2.0, Armor Decay, Attachments 2026-02-09 09:28:41 +00:00
nexus_full_api.py fix: add safe_decimal/safe_int helpers to handle null API values 2026-02-09 22:12:36 +00:00
project_manager.py feat(armor): implement official decay formula (VU 15.15) 2026-02-09 10:27:05 +00:00
schema.sql fix: change TIMESTAMP columns to TEXT to avoid SQLite auto-conversion errors 2026-02-11 13:13:55 +00:00
session_cost_tracker.py feat(core): add loadout-session integration and cost tracking 2026-02-09 16:11:15 +00:00