Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for System.Data.SQLite/SQLiteException.cs
2024-07-02
| ||
05:10 | Add the AggressiveDisposal connection flag. Other pre-release fixes. file: [b1d6f0d6fb] check-in: [8d439ebdde] user: mistachkin branch: trunk, size: 33978 | |
2023-05-02
| ||
05:13 | Corrections to HRESULT handling changes from the previous check-in. file: [8507f69be7] check-in: [3986713e34] user: mistachkin branch: trunk, size: 33761 | |
2023-04-27
| ||
01:13 | Tighten up the HRESULT initialization process used by the SQLiteException class. file: [88a455bd74] check-in: [e1e04dbf2a] user: mistachkin branch: trunk, size: 33866 | |
2023-04-26
| ||
20:36 | Fixes to the new error code logic. file: [e8b5899f45] check-in: [4cb4d49f92] user: mistachkin branch: trunk, size: 33815 | |
2023-04-16
| ||
21:04 | Enhancements to HRESULT handling associated with SQLite error codes. file: [f622bb57b0] check-in: [3e06af4b6b] user: mistachkin branch: trunk, size: 33599 | |
03:13 | Correction to facility handling in the private MakeHResult helper method. file: [d85e9c43c8] check-in: [a6f726c17f] user: mistachkin branch: trunk, size: 31475 | |
2023-04-10
| ||
17:11 | Add 'Notice_Rbu' to the list of possible extended SQLite API return codes. file: [8291bf5019] check-in: [599bfabe2a] user: mistachkin branch: trunk, size: 31467 | |
2021-08-20
| ||
23:03 | Add the CantOpen_Exists result code. file: [53fd1bbfaa] check-in: [0d84aaae68] user: mistachkin branch: trunk, size: 31437 | |
22:55 | Add the Constraint_DataType result code. file: [b4b9f9ec65] check-in: [fab90dc44e] user: mistachkin branch: trunk, size: 31281 | |
2020-12-24
| ||
01:55 | Update list of SQLite extended error codes. file: [2b8cf9e065] check-in: [0537fdeb0f] user: mistachkin branch: trunk, size: 31125 | |
2020-05-24
| ||
22:04 | Update the list of extended error codes. file: [4066b754e4] check-in: [4b6a26687a] user: mistachkin branch: core-3.32.0, size: 30965 | |
2020-04-03
| ||
21:00 | Add new error codes from the SQLite core library. file: [84cad20cf0] check-in: [e8a0925cca] user: mistachkin branch: trunk, size: 30499 | |
2018-05-25
| ||
03:23 | Update list of extended error codes from the SQLite core library. file: [dbae9c8820] check-in: [abbed1010e] user: mistachkin branch: trunk, size: 29755 | |
2018-02-27
| ||
14:08 | Refinements to error code / HRESULT mappings. file: [944f2e3181] check-in: [4163cb2680] user: mistachkin branch: trunk, size: 29465 | |
2018-02-26
| ||
17:32 | Set HResult property of SQLiteException based on the SQLite core library error code. file: [bfc65cda8a] check-in: [a4575fc8e7] user: mistachkin branch: trunk, size: 29451 | |
2018-02-08
| ||
17:45 | Remove overrides of GetHashCode/Equals from SQLiteException (added by check-in [37dcaf8f5d]) because they are superfluous and cannot readily take into account all base class state. file: [ad55c9f86e] check-in: [242ef0c9a1] user: mistachkin branch: trunk, size: 21259 | |
00:50 | Override the System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to [53962f9eff]. file: [50b46d8f31] check-in: [37dcaf8f5d] user: mistachkin branch: trunk, size: 22054 | |
00:38 | Add new error codes from the SQLite core library. file: [909d7750c9] check-in: [3e8430b58b] user: mistachkin branch: trunk, size: 20888 | |
2016-06-03
| ||
17:40 | Update list of SQLite core library return codes. file: [3753dd65b5] check-in: [3f4f0cf495] user: mistachkin branch: trunk, size: 18178 | |
2016-03-23
| ||
23:35 | Move some things out of the UnsafeNativeMethods class. There are several reasons: 1) easier to maintain. 2) avoiding static call graph issues with CriticalHandle. 3) better separation of cross-platform and platform-specific code. file: [f8ac47b9d4] check-in: [d3e312825a] user: mistachkin branch: trunk, size: 17999 | |
2015-10-26
| ||
21:47 | Add the new SQLITE_IOERR_AUTH extended return code to the managed enumeration. file: [a633692d7d] check-in: [a914546d58] user: mistachkin branch: trunk, size: 18005 | |
2015-08-21
| ||
19:53 | Sync up extended error codes with the SQLite core library. file: [b128e83c16] check-in: [c6cacbbfa5] user: mistachkin branch: trunk, size: 17883 | |
2015-08-12
| ||
22:32 | Some CultureInfo fixes for String.Format. file: [151a63347b] check-in: [5c8311fbd4] user: mistachkin branch: trunk, size: 17785 | |
22:21 | Add some workarounds to allow the core managed assembly to work on Mono 4.0. file: [073ff7b448] check-in: [e7803b3ae7] user: mistachkin branch: trunk, size: 17787 | |
2015-07-13
| ||
19:51 | Add extended return codes to the SQLiteErrorCode enumeration. Pursuant to [71bedaca19]. file: [e079c966cc] check-in: [42798551ca] user: mistachkin branch: trunk, size: 17680 | |
2015-04-22
| ||
20:35 | The GetErrorString static method was moved from SQLiteBase to SQLite3. Fix the static and dynamic calls into it from the SQLiteException class. file: [47b961cb54] check-in: [69a8a5e0e3] user: mistachkin branch: trunk, size: 10284 | |
2013-11-13
| ||
20:43 | Better handling of non-error log messages from the SQLite core library. Pursuant to [44df10ea90]. file: [6244ce088d] check-in: [70d2eddb52] user: mistachkin branch: trunk, size: 10290 | |
2013-06-26
| ||
02:20 | Modify the result code handling performed by the SQLiteModuleNoop class in order to make it more flexible for use with derived classes. Rename the ReturnCode property of the SQLiteException class to ResultCode. file: [f70e2021f2] check-in: [d2d80220a8] user: mistachkin branch: trunk, size: 10174 | |
2013-06-22
| ||
01:35 | Make the error codes used with the SQLiteException class consistent. Throw an exception if the SQLite3.Open method is called when already open. file: [cbb2b60634] check-in: [7aae5042f8] user: mistachkin branch: virtualTables, size: 10174 | |
2013-04-11
| ||
22:58 | Add new error codes from the SQLite core library. file: [e1b510ca2f] check-in: [d834d6896e] user: mistachkin branch: trunk, size: 9985 | |
2013-01-10
| ||
16:04 | Fix compilation issue for the .NET Compact Framework version included with Visual Studio 2005. file: [cc0c3dd6dd] check-in: [03add76ac4] user: mistachkin branch: trunk, size: 9783 | |
2012-09-21
| ||
05:31 | Fix build issue due to not setting the new .NET Framework properties. Revise batch testing tool to support testing more build variations. Skip handling the LINQ assembly in the design-time installer when targeting Visual Studio 2005. Miscellaneous test cleanup. file: [c8e3d2e088] check-in: [9ff332924a] user: mistachkin branch: trunk, size: 9414 | |
2012-09-12
| ||
04:29 | Update SQLite core library to the latest trunk code and add support for the sqlite3_errstr API. file: [b0ca73ac4a] check-in: [aa7259812f] user: mistachkin branch: trunk, size: 8740 | |
01:56 | Fix comments in the SQLiteException class, including an out-of-order summary end-tag. Make sure the error code of the SQLiteException class gets serialized. Make the test project for the .NET Compact Framework more flexible. file: [bd7922a954] check-in: [94c5213e35] user: mistachkin branch: trunk, size: 7546 | |
2012-09-11
| ||
08:05 | Refactor core SQLite library return code handling to make use of the enumerated SQLiteErrorCode type. Initial work on supporting the sqlite3_errstr() API. file: [9bed90820c] check-in: [a6c16dc93b] user: mistachkin branch: trunk, size: 6130 | |
2012-07-22
| ||
06:54 | Remove all superfluous UTF-8 byte-order-marks. file: [93e2b1a2fa] check-in: [2c82e6c1a3] user: mistachkin branch: trunk, size: 6871 | |
2011-07-01
| ||
11:36 | Remove unused 'using' statements from System.Data.SQLite. file: [7d5c068325] check-in: [b270e24e93] user: mistachkin branch: build-enhancements, size: 6874 | |
2006-07-16
| ||
17:41 | 1.0.31.0 file: [eaea9993f1] check-in: [d2b95f8376] user: rmsimpson branch: sourceforge, size: 6930 | |
2006-07-02
| ||
06:45 | 1.0.30.0 file: [cdd2828644] check-in: [c03b78555a] user: rmsimpson branch: sourceforge, size: 6930 | |
2006-05-15
| ||
14:45 | Inherit from DbException file: [e134dfd2b6] check-in: [1b720ed166] user: rmsimpson branch: sourceforge, size: 6929 | |
2005-08-06
| ||
00:04 | no message file: [4e64f8e040] check-in: [e5d82630c6] user: rmsimpson branch: sourceforge, size: 6786 | |
2005-08-05
| ||
06:14 | 1.0.12 final file: [e16e0ebff0] check-in: [9e5f1b5614] user: rmsimpson branch: sourceforge, size: 6750 | |
2005-08-04
| ||
15:25 | 1.0.12 updates and cleanup file: [417423d8f7] check-in: [3ebf811b1e] user: rmsimpson branch: sourceforge, size: 4547 | |
2005-03-24
| ||
19:37 | 1.08 Refresh, added documentation file: [61c35009e8] check-in: [b56fd4b082] user: rmsimpson branch: sourceforge, size: 3591 | |
2005-03-01
| ||
16:04 | Added: Initial revision file: [fb78003b02] check-in: [ec237b0123] user: rmsimpson branch: sourceforge, size: 3197 | |