Skip to content

fetchAll getDocument - #330

Merged
abnegate merged 9 commits into
mainfrom
fetchall-single-row
Oct 13, 2023
Merged

fetchAll getDocument#330
abnegate merged 9 commits into
mainfrom
fetchall-single-row

Conversation

@fogelito

Copy link
Copy Markdown
Contributor

Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.

@fogelito
fogelito requested a review from abnegateOctober 4, 2023 14:12
Comment threadsrc/Database/Adapter/SQL.php
Comment threadsrc/Database/Adapter/MariaDB.php Outdated
Comment threadsrc/Database/Adapter/MariaDB.php Outdated
Comment threadsrc/Database/Adapter/SQL.php Outdated
Comment threadsrc/Database/Adapter/SQLite.php Outdated
@abnegate
abnegate merged commit a37c8e7 into mainOct 13, 2023
@abnegate
abnegate deleted the fetchall-single-row branch November 23, 2023 01:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@fogelito@abnegate