Lazy Queries Deprecated?

While working on a creative use of Application query listeners (attaching a unique execution id and tracking every query), I noticed in the cfquery documentation that the lazy attribute of cfquery is apparently deprecated, which I was unaware of.

We use and love that feature of queries and it makes a massive difference on large report exports, etc. I searched here and found no references to why, so I figured I would ask, hoping it is perhaps a mistake or there is some simple replacement I should be aware of.

Thanks in advance for any insight!

docs updated

The new recommended BIF is queryLazy, the old way is still there but deprecated

Attribute docs cross linked and updated

1 Like