System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
2018-02-08
06:08 Closed ticket [53962f9eff]: SQLiteException should overide ToString to contain the ResultCode and ErrorCode plus 3 other changes artifact: d86cc16eae user: mistachkin
06:08
Add tests for ticket [53962f9eff]. check-in: 5c1fba537e user: mistachkin tags: trunk
01:54 Pending ticket [53962f9eff]: SQLiteException should overide ToString to contain the ResultCode and ErrorCode plus 4 other changes artifact: fe630b51e9 user: mistachkin
00:50
Override the System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to [53962f9eff]. check-in: 37dcaf8f5d user: mistachkin tags: trunk
2018-02-07
23:58 Ticket [53962f9eff] SQLiteException should overide ToString to contain the ResultCode and ErrorCode status still Open with 7 other changes artifact: ec13e1c3e7 user: mistachkin
22:37 New ticket [53962f9eff]. artifact: 2af627372d user: anonymous

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:
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:
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:
Now fixed on trunk.

mistachkin added on 2018-02-08 06:08:59:
Tests now on trunk.