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

it looks like this broke in psql 10 #2928

Closed
sergiors opened this issue Nov 30, 2017 · 3 comments
Closed

it looks like this broke in psql 10 #2928

sergiors opened this issue Nov 30, 2017 · 3 comments

Comments

@sergiors
Copy link

$data = $this->_conn->fetchAll('SELECT min_value, increment_by FROM ' . $this->_platform->quoteIdentifier($sequenceName));

How can I add that line to solve the problem for pgsql 10?

$data = $this->_conn->fetchAll('SELECT min_value, increment_by FROM pg_sequences WHERE sequencename = ' . $this->_platform->quoteIdentifier($sequenceName));
@lcobucci
Copy link
Member

@sergiors we don't support PGSQL 10 yet. There're some PRs discussing and fixing some things but they're blocked for now since Travis doesn't support PGSQL 10 too.

Please go through the recent PRs and check if they already solve this problem. If they do solve it, please close this issue. If not, you'll have some examples on how to fix it (starting with the tests, please).

@sergiors
Copy link
Author

Thanks @lcobucci I'm following the issue #2893

@github-actions
Copy link

github-actions bot commented Aug 3, 2022

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants