System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: da77e0338d308bad86a77523bb61dd5e48705db8
Title: Issue with BinaryGUID=true
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: None Resolution: Need_More_Info
Last Modified: 2015-07-31 05:16:33
Version Found In: latest
User Comments:
anonymous added on 2015-07-21 21:34:01: (text/x-fossil-plain)
When using BinaryGUID=true and storing GUID fields in binary format, System.Data.SqlLite fails to update these records. The code works when storing as text and using BinaryGUID=false, but it would be great to fix the binary use of GUID for the next release. Select commands work but Update commands fail.

mistachkin added on 2015-07-21 21:45:52: (text/x-fossil-plain)
Could you provide some additional information?  For example:

1.  Some example C# code that demonstrates the issue.
2.  The schema for the database objects involved.