Changes between Initial Version and Version 3 of Ticket #37297


Ignore:
Timestamp:
Aug 26, 2026, 8:18:02 AM (3 weeks ago)
Author:
Clifford Gama
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37297 – Description

    initial v3  
    99}}}
    1010
    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.
    1212
    1313See attached PR for a regression test.
Back to Top