tumtumtum / Shaolinq

ORM for .NET with full LINQ support for Postgres, Sqlite, MySql and SqlServer
Other
127 stars 19 forks source link

Postgres CreateAsync (IfDatabaseNotExist) seems broken #78

Open wwoods opened 7 years ago

wwoods commented 7 years ago

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