Skip to content

Add hasColumn/hasColumns #3002

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

Closed
Alex-Belyi opened this issue Jun 10, 2024 · 2 comments
Closed

Add hasColumn/hasColumns #3002

Alex-Belyi opened this issue Jun 10, 2024 · 2 comments

Comments

@Alex-Belyi
Copy link
Contributor

Alex-Belyi commented Jun 10, 2024

Currently both methods just return true;

 /** @inheritdoc */
    public function hasColumn($table, $column)
    {
        return true;
    }

    /** @inheritdoc */
    public function hasColumns($table, array $columns)
    {
        return true;
    }
@Alex-Belyi
Copy link
Contributor Author

Alex-Belyi commented Jun 10, 2024

solution provided here
#3001

@GromNaN
Copy link
Member

GromNaN commented Jul 19, 2024

Fixed by #3001

@GromNaN GromNaN closed this as completed Jul 19, 2024
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

No branches or pull requests

2 participants