Commit 7763982
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 be86458 commit 7763982
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5701 | 5701 | | |
5702 | 5702 | | |
5703 | 5703 | | |
5704 | | - | |
| 5704 | + | |
5705 | 5705 | | |
5706 | 5706 | | |
5707 | 5707 | | |
| |||
0 commit comments