Skip to content

Throwing exception in iOS14 for sqlite-net-pcl #991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
xhashimks opened this issue Aug 27, 2020 · 3 comments
Open

Throwing exception in iOS14 for sqlite-net-pcl #991

xhashimks opened this issue Aug 27, 2020 · 3 comments

Comments

@xhashimks
Copy link

Hello,

I have upgraded Sqlite-net-pcl from 1.5.231 to 1.7.335 in my application.

earlier i was using code:
database = new SQLiteAsyncConnection(dbPath, true, "testKey"); // as part of version 1.5.231

But now after upgrading, I changed the code for supporting the key to

var sQLiteConnectionString = new SQLiteConnectionString(dbPath, true, "testKey");   //changed as per version 1.7.335
            database = new SQLiteAsyncConnection(sQLiteConnectionString);

The above code is working fine in iOS13 and below. But in iOS14, after executing the above lines and when I try to execute
database.CreateTableAsync<MyClass>().Wait();
getting below error.
One or more errors occurred. (not an error)

@xhashimks
Copy link
Author

@sjlombardo @praeclarum Please help..

@sjlombardo
Copy link
Contributor

Hello @xhashimks can you create a small standalone project that demonstrates this problem and upload it or share it on github?

@sjlombardo
Copy link
Contributor

@xhashimks I have been unable to reproduce this issue or any difference in behavior between iOS 13 and 14 with a test application. Without a standalone project that reliably demonstrates the problem I don't think we can do much more here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants