ORM lambda invocations receive wrong `this` scope

Description

When calling a lambda within an ORM entity, the lambda’s this scope and variables scope refer to an unpopulated entity. i.e. it is impossible to reference entity properties within a closure, even after setting the property on the entity beforehand.

Take this code:

when run without ORM population involved, we get the name back: "Michael".

But when run as an ORM entity, the name is always NULL:

See the attached .zip file test case, or screenshots comparing behavior between Lucee and ACF. (ACF outputs "Michael" property value in both the native component test and the ORM entity test.)

Environment

None

Attachments

4

Activity

Show:

Pothys - MitrahSoft 23 August 2022 at 05:28
Edited

Disabled testcase

Michael Born @ Ortus 11 July 2022 at 12:51

Thanks for the test case !

Pothys - MitrahSoft 8 July 2022 at 14:45

I've checked this ticket with the above test file and confirmed the issue happened on the lucee latest version 5.3.10.27-SNAPSHOT. When calling a lambda/closure within an ORM entity, this/variables scope returns the wrong value. Seems ACF returns the this/variables scope value from lambda/closure.

I added a testcase to this ticket
Pull Request:

Details

Assignee

Reporter

Priority

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Created 7 July 2022 at 18:35
Updated 23 August 2022 at 05:29