Skip to content

Comments

ReportForm: Select a proper expression when checking uniqueness#260

Merged
nilmerg merged 1 commit intomainfrom
fix/accidental-invalid-column-usage
Oct 24, 2025
Merged

ReportForm: Select a proper expression when checking uniqueness#260
nilmerg merged 1 commit intomainfrom
fix/accidental-invalid-column-usage

Conversation

@nilmerg
Copy link
Member

@nilmerg nilmerg commented Oct 23, 2025

ipl\Orm translates this, due to a quirk in PHP where numerical strings are interpreted as integer keys in arrays, to the second column of the given base model. This is undocumented behavior and must be avoided.

ipl\Orm translates this, due to a quirk in PHP where numerical
strings are interpreted as integer keys in arrays, to the second
column of the given base model. This is undocumented behavior
and must be avoided.
@cla-bot cla-bot bot added the cla/signed label Oct 23, 2025
@nilmerg nilmerg self-assigned this Oct 23, 2025
@nilmerg nilmerg merged commit db9f830 into main Oct 24, 2025
11 checks passed
@nilmerg nilmerg deleted the fix/accidental-invalid-column-usage branch October 24, 2025 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants