Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL PDO Error - unbuffered queries are active. #68

Open
joeelia opened this issue May 9, 2023 · 1 comment
Open

MySQL PDO Error - unbuffered queries are active. #68

joeelia opened this issue May 9, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@joeelia
Copy link

joeelia commented May 9, 2023

Expected

  1. Upload .csv with 400 rows
  2. 400 rows are created without error

Actual

  1. Upload .csv with 400 rows
  2. PDO statement error (see error screenshot) suggesting to add PDO:MYSQL_ATTR_USE_BUFFERED_QUERY attribute which is already added and import still isn't working (using Planetscale btw)

Error
Screenshot_2023-05-08_at_1 52 35_PM

database.php config
Screen Shot 2023-05-09 at 7 07 53 AM

@simonhamp
Copy link
Owner

@joeelia I'm afraid I haven't used PlanetScale yet, so I'm not familiar with any specific issues that could come from that setup

I will try to set something up to test this out. In the meantime, please share any discoveries you make about this here

@simonhamp simonhamp added the bug Something isn't working label Jun 14, 2023
@simonhamp simonhamp self-assigned this Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants