laravel-nova-csv-import icon indicating copy to clipboard operation
laravel-nova-csv-import copied to clipboard

MySQL PDO Error - unbuffered queries are active.

Open joeelia opened this issue 1 year ago • 1 comments

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

joeelia avatar May 09 '23 14:05 joeelia

@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 avatar Jun 14 '23 11:06 simonhamp