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.5] Fix abundant table-prefix in SQLite grammar #22781

Merged
merged 4 commits into from
Jan 14, 2018
Merged

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

merged 4 commits into from
Jan 14, 2018

Conversation

tomlankhorst
Copy link
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