Commit 9be9793
Fix the zero-date CASE expression to compare the function call result, not the raw value
The strtr refactor accidentally changed `WHEN $function_call > '0'`
to `WHEN {value} > '0'`, comparing the wrong operand and breaking
date validation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 64cc464 commit 9be9793
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5694 | 5694 | | |
5695 | 5695 | | |
5696 | 5696 | | |
5697 | | - | |
| 5697 | + | |
5698 | 5698 | | |
5699 | 5699 | | |
5700 | 5700 | | |
| |||
0 commit comments