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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
fix: Silent failure in createDatabase and dropDatabase with Postgres (typeorm#7590)
* feat: implement database creation and dropping on postgres' query runner
* implement the createDatabase, dropDatabase and hasDatabase methods on postgres' query runner
Closestypeorm#6867
* test: add postgres driver on database creation and dropping tests
* Set ifNotExist=false when testing with postgres' driver
* fix: Modify ifNotExist parameter handling on postgres' database creation
* Add empty promise return when ifNotExist is true and the specified database already exists on postgres' query runner
* Set ifNotExist as true on the database creation and dropping tests
0 commit comments