System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: b56b653ee96baa3d3fb4fc6d966c0027272d6d49
Title: build_mono fails
Status: Closed Type: Code_Defect
Severity: Important Priority: Medium
Subsystem: Integration_Via_PInvoke Resolution: Fixed
Last Modified: 2015-12-20 00:29:19
Version Found In: 1.0.99.0
User Comments:
anonymous added on 2015-12-19 13:23:05:
MSBuild errors:
CS0103: The name 'SQLiteString' does not exist in the current context
CS0103: The name 'SQLiteMemory' does not exist in the current context

Those errors come from new function GetFileName in SQLite3.cs that calls SQLiteString.Utf8IntPtrFromString() and SQLiteMEmory.Free() but SQLiteModule.cs is not build when using build_mono.bat configuration (/property:InteropVirtualTable=false)

mistachkin added on 2015-12-20 00:29:19:
Fixed on trunk via check-in [cfc40dbb9c80f1cf].