Once GenQuery2 is supported by Query, it's important that the functionality of _close() be available directly. This is required to help keep memory usage down, especially in cases where multiple GenQuery2 queries are executed within a single rule.
To avoid breaking backwards compatibility, the function should be exposed through a wrapper.
[x] 4-3-stable
Enhancement
Once GenQuery2 is supported by
Query
, it's important that the functionality of_close()
be available directly. This is required to help keep memory usage down, especially in cases where multiple GenQuery2 queries are executed within a single rule.To avoid breaking backwards compatibility, the function should be exposed through a wrapper.