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

Changes to Laravel in 11.37.0 break GEDCOM import routines #5102

Closed
fisharebest opened this issue Jan 10, 2025 · 0 comments
Closed

Changes to Laravel in 11.37.0 break GEDCOM import routines #5102

fisharebest opened this issue Jan 10, 2025 · 0 comments
Labels
upstream error in a third-party library

Comments

@fisharebest
Copy link
Owner

A change in Laravel means that multi-row inserts fail if the rows have keys.

laravel/framework#53948

We can workaround this by using array_values() on the rows before passing to Laravel.

Need to stay on 11.36.1 for the time being.

@fisharebest fisharebest added the upstream error in a third-party library label Jan 10, 2025
ddrury pushed a commit to ddrury/webtrees that referenced this issue Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream error in a third-party library
Projects
None yet
Development

No branches or pull requests

1 participant