Skip to content

Conversation

@vjccruz
Copy link

@vjccruz vjccruz commented Mar 31, 2022

I tried use the package db-sync on MYSQL 8 and I got an exception on:

    private function configure()
    {
        $columns = $this->connection
            ->table('information_schema.columns')
            ->where([
                'table_schema' => $this->database,
                'table_name' => $this->table,
            ])->lists('column_name');
        ....

MYSQL 8 has UPPERCASE columns in information_schema.

My propose is convert the column name to case insensitve on function lists.

MYSQL 8 has UPPERCASE columns in information_schema
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.

1 participant