You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now if we do select with FETCH_ROW we get one row. But in core PDO fetch() = get all items and replace array, it is so low for big databases.
Propose add new method like getRowgetRowFast+- and add LIMIT 1 to main query
The text was updated successfully, but these errors were encountered:
Now if we do select with
FETCH_ROW
we get one row. But in core PDOfetch()
= get all items and replace array, it is so low for big databases.Propose add new method like
getRow
getRowFast
+- and add LIMIT 1 to main queryThe text was updated successfully, but these errors were encountered: