Skip to content

[5.5] Fix abundant table-prefix in SQLite grammar#22781

Merged
taylorotwell merged 4 commits into
laravel:5.5from
tomlankhorst:fix-abundant-wrap-table-sqlite
Jan 14, 2018
Merged

[5.5] Fix abundant table-prefix in SQLite grammar#22781
taylorotwell merged 4 commits into
laravel:5.5from
tomlankhorst:fix-abundant-wrap-table-sqlite

Conversation

@tomlankhorst
Copy link
Copy Markdown
Contributor

@tomlankhorst tomlankhorst commented Jan 14, 2018

There is a prefixing issue when using SQLite driver as discussed in #22741.
I introduced some additional tests (@victorlap) which showed there is a prefixing issue in another method of SQLiteGrammar as well: compileColumnListing.
compileColumnListing is not responsible for adding table prefixes as this is already done by Schema\Builder
This changes the behavior of compileColumnListing when prefixes are used.

@tomlankhorst tomlankhorst changed the title [5.5] Fix abundant wrap table sqlite [5.5] Fix abundant table-prefix in SQLite grammar Jan 14, 2018
@taylorotwell taylorotwell merged commit a32b087 into laravel:5.5 Jan 14, 2018
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