Shaolinq icon indicating copy to clipboard operation
Shaolinq copied to clipboard

Postgres CreateAsync (IfDatabaseNotExist) seems broken

Open wwoods opened this issue 7 years ago • 0 comments

As title. I tried model.CreateAsync(DatabaseCreationOptions.IfDatabaseNotExist).Wait(), and it failed with table already existing. The exception thrown says, "relation "Test" already exists".

wwoods avatar Jul 14 '17 22:07 wwoods