Changes between Initial Version and Version 3 of Ticket #37297
- Timestamp:
- Aug 26, 2026, 8:18:02 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37297 – Description
initial v3 9 9 }}} 10 10 11 Since Django is guessing if an all-number string is an array index, I suggest that we treat numbers outside of the allowed range as strings.11 ~~Since Django is guessing if an all-number string is an array index, I suggest that we treat numbers outside of the allowed range as strings.~~ An appropriate solution would be to make this match the same way as an out of range index, which means returning NULL. 12 12 13 13 See attached PR for a regression test.