Skip to content

[5.6] fix SQLite hasColumn duplicated table prefix#22340

Merged
taylorotwell merged 1 commit into
laravel:masterfrom
abdumu:fixHasColumnSQLite
Dec 7, 2017
Merged

[5.6] fix SQLite hasColumn duplicated table prefix#22340
taylorotwell merged 1 commit into
laravel:masterfrom
abdumu:fixHasColumnSQLite

Conversation

@abdumu

@abdumu abdumu commented Dec 7, 2017

Copy link
Copy Markdown
Contributor

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