foundeo / cfdocs

Repository for the cfdocs.org site.
https://cfdocs.org/
Other
180 stars 341 forks source link

EntityLoadByPK() does not have a `unique` parameter in Lucee #1624

Closed michaelborn closed 1 year ago

michaelborn commented 1 year ago

This PR drops the unique attribute from the EntityLoadByPK() docs, since it hasn't existed in the Lucee source code since 2015.

Maybe this was 4.5 only? Or did it ever exist at all?

https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/functions/orm/EntityLoadByPK.java#L11

pfreitag commented 1 year ago

thanks @michaelborn