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.3] Information schema grammer abstraction #13344

Closed

Conversation

pelim
Copy link

@pelim pelim commented Apr 27, 2016

pull request for 5.3 as discussed in #13324

@@ -23,6 +23,22 @@ class MySqlGrammar extends Grammar
protected $serials = ['bigInteger', 'integer', 'mediumInteger', 'smallInteger', 'tinyInteger'];

/**
* Get the bindings for determining table information including database name.
*
* @param Connection $connection
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use fqcns in phpdoc

@taylorotwell
Copy link
Member

Wasn't this recently fixed already by @themsaid ... Schema\PostgresBuilder is already checking for schema. Was fixed last week I think.

    return count($this->connection->select($sql, [$schema, $table])) > 0;

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.

3 participants