sqlite-net icon indicating copy to clipboard operation
sqlite-net copied to clipboard

Simple, powerful, cross-platform SQLite client and ORM for .NET

Results 172 sqlite-net issues
Sort by recently updated
recently updated
newest added

**I have these following packages** ![image](https://github.com/praeclarum/sqlite-net/assets/104652106/0103b05f-0a7b-4239-a980-1e91085d33c1) Am i missing anything i am trying to encrypty my local data base

Hi there, when running the app in release mode on .NET 8/MAUI iOS you can't read or write from the database. Analyzing the issue I figured out that it's related...

### Closes #1218 This PR adds all trimming and AOT annotations to the code to make the codebase trim/AOT-safe. There's no functional changes introduced in this PR, other than removing...

System.TypeInitializationException: The type initializer for 'SQLite.SQLiteConnection' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. 系统找不到指定的文件。 at SQLitePCL.Batteries_V2.DoDynamic_cdecl(String name,...

Steps to reproduce: 1. Create Xamarin.iOS application 2. Create SQLAsyncConnection 3. Access Entity via Table().FindOneAsync Error: Attempting to JIT compile method '(wrapper delegate-invoke) void :invoke_callvirt_void_UserInfo_Guid (Skandy.Mobile.Domain.UserInfo,System.Guid)' while running in aot-only...

I saw that this project (which I love and have been using in some of my apps for years!) has just started getting some updates again, and I wanted to...

Tried updating to v1.9.172, but it broke our Azure build pipeline on the following task: ``` - task: Bash@3 displayName: Install MAUI inputs: targetType: 'inline' script: | dotnet nuget locals...

The changes made in this pull request allow tables to be created using a Fluent API with attribute-free objects (aka POCOs). This allows for cleaner separation of layers and aids...

There are few pull requests to add Fluent API support #533 #727 #1002 from 3 different people that willing to support the project. But no one created an issue to...

The changes made in this pull request allow tables to be created using a Fluent API with attribute-free objects (aka POCOs). This allows for cleaner separation of layers and aids...