System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 53962f9eff91fe626cec5ceaf0aeaf5ccde9913e
Title: SQLiteException should overide ToString to contain the ResultCode and ErrorCode
Status: Closed Type: Feature_Request
Severity: Important Priority: Medium
Subsystem: Exception Resolution: Fixed
Last Modified: 2018-02-08 06:08:59
Version Found In:
User Comments:
anonymous added on 2018-02-07 22:37:58: (text/x-fossil-plain)
As SQLiteException's Message does not reflect the real issue when ExtendedResultCode is enabled, when clients log SQLiteException, it does not contain enough information.

mistachkin added on 2018-02-07 23:58:08: (text/x-fossil-plain)
Changing to feature request.  If this is changed, it will not (quite) be backwards
compatible.  That being said, it might be worth the extra diagnostic information.

mistachkin added on 2018-02-08 01:54:39: (text/x-fossil-plain)
Now fixed on trunk.

mistachkin added on 2018-02-08 06:08:59: (text/x-fossil-plain)
Tests now on trunk.