laravel-nova-csv-import
laravel-nova-csv-import copied to clipboard
MySQL PDO Error - unbuffered queries are active.
Expected
- Upload .csv with 400 rows
- 400 rows are created without error
Actual
- Upload .csv with 400 rows
- 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
database.php config
@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