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
MySQLDB.php gives an array and doesn't give an option to return a generator, to allow for streaming use cases, in case of larger requests.
To not break implementations let's add a generator instead of changing the current way of getting query results.
MySQLDB.php gives an array and doesn't give an option to return a generator, to allow for streaming use cases, in case of larger requests.
To not break implementations let's add a generator instead of changing the current way of getting query results.
https://github.com/AmpersandTarski/prototype/blob/ef1ed5034f8c24a61b8642775880eabc6df37259/src/Ampersand/Plugs/MysqlDB/MysqlDB.php#L263C21-L263C28
The text was updated successfully, but these errors were encountered: