Opened 15 months ago
Last modified 14 months ago
#59281 new feature request
Support for Database Cursor
Reported by: | heera | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Database | Keywords: | |
Focuses: | Cc: |
Description
Is it possible to do a cursor query using the $wpdb
instance or could it be added, which will return a generator (yield)?
Change History (2)
Note: See
TracTickets for help on using
tickets.
Replying to heera:
Right now I'm using something like the following to achieve the goal, is it safe/reliable: