SQLitePCL.raw icon indicating copy to clipboard operation
SQLitePCL.raw copied to clipboard

A Portable Class Library (PCL) for low-level (raw) access to SQLite

Results 167 SQLitePCL.raw issues
Sort by recently updated
recently updated
newest added

### Issue Crash when running .NET MAUI application on macOS. ``` Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for...

Hi there! [SQLite 3.39.2](https://www.sqlite.org/releaselog/3_39_2.html) was released which seems to contain a fix for a security vulnerability (CVE-2022-35737). Is there a chance to see an updated version of `SQLitePCLRaw.lib.e_sqlite3` soon? Thanks!

I get the (presumably) same crash in a "classic" Xamarin.Mac app (no .NET6) - same stack trace. ``` System.DllNotFoundException has been thrown e_sqlite3 assembly: type: member:(null) ``` I've reported this...

I am using sqlite for Android development, but I get an error `System.DllNotFoundException: 'e_sqlite3'` and my environment is vs2022 Preview 2 version number is 17.3.0, and I am using MAUI,...

Hi @ericsink Consuming project; WPF .NET Framework 4.7.2 (old style project targeting AnyCPU) using packages.config Bug in: 2.1.0 Last good version: 2.0.7 Actually this project is host for Xamarin.Forms for...

The following code was working fine in previous releases (last tested v2.0.7) but in v2.1.0 is throwing: $exception {"Attempted to read or write protected memory. This is often an indication...

Target Framework: .NET Framework 4.6.1 Project Type: ASP.Net website Running debug in IISExpress. When I call `SQLitePCL.Batteries_V2.Init();` in startup I get the following error: ``` System.Exception HResult=0x80131500 Message=Library e_sqlcipher not...

I noticed that it seems that the FileVersion setting is missing for some reason.

This seems to happen with later versions of VS2019 and VS2022 But when moving the same app with no modification on VS 2022, I get a **System.MissingMethodException:** `Method not found:...

I am using .NET 6 it working fine when i run on window machine but when i deploy to Raspberry PI ARM64 it is causing issue. dotnet publish -c Release...