Add getAll() method for SQL result sets #45

Closed
opened 2017-03-06 16:14:37 -05:00 by jking · 0 comments
Owner

MySQL and Pg both have a "fetch all" facility in their PHP interfaces. SQLite does not, but it will probably be a common-enough pattern in actual usage (listing users, getting all folders/feeds/items) that it makes sense to optimize when possible.

MySQL and Pg both have a "fetch all" facility in their PHP interfaces. SQLite does not, but it will probably be a common-enough pattern in actual usage (listing users, getting all folders/feeds/items) that it makes sense to optimize when possible.
jking closed this issue 2017-03-06 16:37:13 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

-

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#45
No description provided.