doctrine / dbal

Doctrine Database Abstraction Layer
https://www.doctrine-project.org/projects/dbal.html
MIT License
9.45k stars 1.33k forks source link

DBAL-1113: [GH-772] Problem with drop database on PostgreSQL #1053

Closed doctrinebot closed 8 years ago

doctrinebot commented 9 years ago

Jira issue originally created by user @doctrinebot:

This issue is created automatically through a Github pull request on behalf of Cinal:

Url: https://github.com/doctrine/dbal/pull/772

Message:

Hello,

After upgrading doctrine/dbal from version v2.4.3 to v2.4.4 I couldn't drop database with zero open connections.

Example:

./app/console doctrine:database:drop --force Could not drop database for connection named "test" An exception occurred while executing 'DROP DATABASE "test"':

SQLSTATE[55006]: Object in use: 7 ERROR: cannot drop the currently open database

details: ��� PostgreSQL 9.2.4 ��� PHP 5.5.10

Any suggestions or workarounds for this issue.

Thank you

doctrinebot commented 9 years ago

Comment created by @doctrinebot:

A related Github Pull-Request [GH-772] was closed: https://github.com/doctrine/dbal/pull/772

doctrinebot commented 9 years ago

Comment created by @doctrinebot:

A related Github Pull-Request [GH-772] was assigned: https://github.com/doctrine/dbal/pull/772

doctrinebot commented 9 years ago

Issue was closed with resolution "Invalid"

github-actions[bot] commented 2 years ago

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.