System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: dd45aba387609229b5809971877690dddf854894
Title: connection properties LastInsertRowId, MemoryUsed, and MemoryHighwater do not work on Win CE
Status: Closed Type: Code_Defect
Severity: Important Priority: NextRelease
Subsystem: Integration_Via_PInvoke Resolution: Fixed
Last Modified: 2013-01-01 19:32:37
Version Found In: 1.0.82.0
Description:

Due to a limitation of the .NET Compact Framework, the connection properties LastInsertRowId, MemoryUsed, and MemoryHighwater on that platform.  The root cause is the inability of the P/Invoke marshaller to handle Int64 parameters and return types by value.

This issue was reported on the mailing list.

<hr /><i>mistachkin added on 2012-10-10 13:11:36 UTC:</i><br />
Fixed on trunk by check-in [2042b718d3].