SQLite.Net-PCL
SQLite.Net-PCL copied to clipboard
Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
There seems to be a bug in last version (2.3.0) CreateTable does not add missing columns anymore
I know that this pull request most likely isn't accepted or even considered, since this project is out of maintenance. I still post this so that any interested user can...
https://developer.xamarin.com/releases/android/xamarin.android_6/xamarin.android_6.1/#mono-data-sqlite Eric Sink also wrote about this: https://github.com/ericsink/SQLitePCL.raw/wiki/SQLite-net-and-Android-N
Hi there, I am using SQLite.Net-PCL v 3.1.1 for UWP project on WINDOWS 10. I am unable to create and open database in the 'SavedPictures' folder. Code snippet as below...
detected problems with app native libraries unauthorized access to "/system/lib/libsqlite.so"
[SQLite.Net.Platform.XamarinIOS](https://www.nuget.org/packages/SQLite.Net.Platform.XamarinIOS) > The owner has unlisted this package. This could mean that the package is deprecated or shouldn't be used anymore. How to get an implementation of `ISQLitePlatform` for iOS...
I have an object with a list property, after using the ignore attribute i still get this error System.NotSupportedException: Don't know about System.Xml.Linq.XDocument at SQLite.Orm.SqlType
I've encountered what appears to be a bug in the Windows Rutnime that can cause heap corruption - and therefore unpredictable crashes - when using SQLite.Net PCL in a Runtime...
I tried to get the list of tables in a database, but it throws an exception? private SQLiteAsyncConnection _connetion; public async Task < List < string > > GetAllTablesAsync() {...