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

[11.x] Remove support for old SQLite versions #50300

Closed
wants to merge 1 commit into from

Conversation

staudenmeir
Copy link
Contributor

Laravel 11 requires SQLite 3.35.0 and so we can remove this legacy code for SQLite < 3.25.0.

@taylorotwell
Copy link
Member

How do we require 3.35.0?

@staudenmeir
Copy link
Contributor Author

@taylorotwell
Copy link
Member

I just wonder what SQLite features we are using in Laravel to require this?

@staudenmeir
Copy link
Contributor Author

This PR must require it somewhere: #48864

@GrahamCampbell
Copy link
Member

I doubt it. I think it was removed without good reason just because it was old.

@staudenmeir
Copy link
Contributor Author

/cc @hafezdivandari

@taylorotwell
Copy link
Member

@hafezdivandari can you comment on this?

@hafezdivandari
Copy link
Contributor

@taylorotwell
Copy link
Member

Gotcha, if it's only for dropping columns not sure I would remove this functionality then.

@staudenmeir staudenmeir deleted the sqlite-version branch February 28, 2024 16:59
Sign up for free to 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.

None yet

4 participants