-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bug with PostgreSQL schema manager after update on 2.11.2 #4359
Comments
I have the same problem. |
I confirm the same behavior on our app (Laravel 6) deploy with bitbucket pipepines. I my case it happens during migrations apply. |
https://www.php.net/manual/en/function.preg-match.php |
I can confirm the same error in the PostgreSqlSchemaManager.php. In my case it was with php 7.4.11 and Postgres 10.6 |
Same error after 2.11.2 update (from 2.11.1). PHP 7.4.11 & PostgreSQL 12.4 |
The code inside assert() does not run at all, leaving $values as undefined variable |
Can also confirm the problem, 2.11.2 from 2.11.1, PostgresSQL, PHP 7.4.11. |
Confirmed, downgrading to 2.11.1 fixes it fine. In my case I got it in Symfony 5.1 when running:
|
The issue is reproducible via the existing test suite with disabled assertions (
|
Holy shit, i've spent so many hours trying to find this thread via google, but found only after i've looked into blame for file) |
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. |
The text was updated successfully, but these errors were encountered: