Commit c08644e
committed
fix: use SQL boolean literals instead of string literals in deadline check
- Replace string literals 'true'/'false' with actual SQL boolean literals TRUE/FALSE
- Use Jinja conditionals to output unquoted boolean values
- Fixes incorrect evaluation where string literals always evaluated to truthy1 parent 45c9648 commit c08644e
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
220 | 224 | | |
221 | 225 | | |
222 | 226 | | |
| |||
0 commit comments