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. |