You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like potentially something introduced in 10a5246 is now causing the PostgreSQL builds to fail for 3.1 and 3.2 see here for an example.
In 3.1
[User Error]: Uncaught PHPUnit_Framework_Error_Warning: pg_query(): Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block
In 3.2
[User Error]: Uncaught PHPUnit_Framework_Error_Warning: pg_query_params(): Query failed: ERROR: current transaction is aborted, commands ignored until end of transaction block
The text was updated successfully, but these errors were encountered:
Looks like potentially something introduced in 10a5246 is now causing the PostgreSQL builds to fail for 3.1 and 3.2 see here for an example.
In 3.1
In 3.2
The text was updated successfully, but these errors were encountered: