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

Fix getJoinTableName for sqlite with schema attribute #7079

Merged
merged 1 commit into from Nov 18, 2019
Merged

Fix getJoinTableName for sqlite with schema attribute #7079

merged 1 commit into from Nov 18, 2019

Commits on Nov 18, 2019

  1. Fix creation of join table names with schemas in SQLite

    Join table name doesnt depending on the platform.
    Table name was "schema.table" instead of "schema__table".
    
    (cherry picked from commit 4878cd3)
    mairo744 authored and lcobucci committed Nov 18, 2019
    Copy the full SHA
    0264ba1 View commit details
    Browse the repository at this point in the history