await Database.DropTableAsync<MyTable>(); not working

Issue #88 closed
Michael created an issue

Hi this isn't working in the async API. Getting this error: Method 'SQLiteConnection.DropTable' not found.

Even though I am definitely using SQLiteAsyncConnection.

However if I just use SQLiteConnection with Database.DropTable<MyTable>(); it works. So that's the workaround I have atm.

Comments (2)

  1. Log in to comment