Arnold Wender
abe85763d4
fix(kg): reject partial ISO dates to avoid silent empty result sets
...
Per qodo-ai review on PR #1167 : sanitize_iso_date() previously accepted
YYYY and YYYY-MM, but KnowledgeGraph.query_entity() compares valid_from/
valid_to TEXT columns lexicographically against as_of. Lexicographic
comparison treats '2026-01-01' as greater than '2026' (because '-' >
end-of-string), so partial as_of values silently excluded valid facts —
re-introducing the silent-empty-results problem this PR was meant to
fix.
Tighten _ISO_DATE_RE to require YYYY-MM-DD only. Update docstring and
error message accordingly. Invert the two test cases that asserted
partials were accepted.
2026-04-30 15:21:18 +02:00
..
2026-04-14 17:43:26 +00:00
2026-04-26 09:40:25 -07:00
2026-04-27 03:37:57 -03:00
2026-04-19 10:34:11 +02:00
2026-04-27 03:14:02 -03:00
2026-04-13 18:40:36 -03:00
2026-04-13 19:08:57 -03:00
2026-04-25 00:39:37 -03:00
2026-04-24 11:13:51 +02:00
2026-04-30 15:21:18 +02:00
2026-04-18 12:52:01 -03:00
2026-04-24 23:10:20 +00:00
2026-04-13 16:20:55 -03:00
2026-04-24 01:30:40 -03:00
2026-04-27 00:44:57 -07:00
2026-04-26 12:37:26 -07:00
2026-04-14 00:31:16 -03:00
2026-04-11 16:16:31 -07:00
2026-04-24 23:11:29 +00:00
2026-04-15 00:26:38 -07:00
2026-04-24 23:06:26 -03:00
2026-04-15 00:26:24 -07:00
2026-04-11 21:25:04 -07:00
2026-04-13 18:20:11 -03:00
2026-04-08 21:08:49 +03:00
2026-04-13 17:11:11 -07:00
2026-04-26 21:53:56 -03:00
2026-04-27 02:26:53 -03:00
2026-04-21 01:43:08 -03:00
2026-04-13 18:40:36 -03:00
2026-04-15 23:33:42 +02:00
2026-04-21 01:09:54 -03:00
2026-04-15 00:26:41 -07:00
2026-04-16 16:00:29 +05:00
2026-04-14 13:09:10 -07:00
2026-04-08 21:38:12 +03:00
2026-04-08 15:12:12 -03:00
2026-04-24 23:06:26 -03:00
2026-04-11 16:16:49 -07:00
2026-04-27 00:44:57 -07:00
2026-04-24 23:06:26 -03:00
2026-04-30 15:21:18 +02:00
2026-04-15 00:26:51 -07:00
2026-04-24 13:12:10 +09:00
2026-04-18 13:14:32 -03:00
2026-04-27 03:12:06 -03:00
2026-04-27 21:41:48 +00:00
2026-04-16 16:00:29 +05:00
2026-04-27 03:05:14 -03:00
2026-04-25 11:06:32 -07:00
2026-04-25 04:34:30 -03:00
2026-04-24 23:06:26 -03:00
2026-04-12 22:19:58 -03:00
2026-04-14 21:59:55 -03:00
2026-04-27 02:57:01 -03:00
2026-04-11 16:16:06 -07:00
2026-04-27 02:45:04 -03:00
2026-04-14 10:55:56 -07:00
2026-04-25 07:22:53 -07:00
2026-04-18 17:17:50 -03:00
2026-04-08 21:38:12 +03:00
2026-04-08 21:08:49 +03:00
2026-04-08 21:07:03 +03:00
2026-04-18 13:22:18 -03:00
2026-04-07 08:53:25 +01:00