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

[5.6] fix SQLite hasColumn duplicated table prefix #22340

Merged
merged 1 commit into from
Dec 7, 2017
Merged

[5.6] fix SQLite hasColumn duplicated table prefix #22340

merged 1 commit into from
Dec 7, 2017

Conversation

abdumu
Copy link
Contributor

@abdumu abdumu commented Dec 7, 2017

This PR fixes #18255

Current behavior:
prefix: test_
table name: posts
result: test_test_posts

New behavior:
prefix: test_
table name: posts
result: test_posts

@taylorotwell taylorotwell changed the base branch from master to 5.5 December 7, 2017 13:40
@taylorotwell taylorotwell changed the base branch from 5.5 to master December 7, 2017 13:40
@taylorotwell taylorotwell merged commit 2c47c15 into laravel:master Dec 7, 2017
@abdumu abdumu deleted the fixHasColumnSQLite branch December 7, 2017 14:04
@GrahamCampbell GrahamCampbell changed the title fix SQLite hasColumn duplicated table prefix [5.6] fix SQLite hasColumn duplicated table prefix Dec 9, 2017
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.

2 participants