Files
OSIT-AE-API-FastAPI/app
Scott Idem 1053d8a81b fix(sql): handle record_id=0 correctly in CRUD utilities
Updated sql_select, sql_update, and sql_delete to use explicit 'is not None' checks for record_id. This prevents falsy ID values (like 0) from triggering generic table scans or failing to filter, which was causing the config bootstrap to accidentally load record ID 1 when ID 0 was requested.
2026-02-06 12:53:59 -05:00
..
2020-09-14 12:41:02 -04:00
2026-01-06 18:06:45 -05:00