System.Data.SQLite

All files named ”test/TestCases.cs”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/TestCases.cs

2023-05-13
22:24
Revise a couple legacy tests to make them more informative when they fail. file: [cd01f17457] check-in: [a1d65592f4] user: mistachkin branch: trunk, size: 80547
2016-03-09
22:40
More cleanup related to empty strings. file: [ae4e896a65] check-in: [6cb3a277db] user: mistachkin branch: trunk, size: 80411
2015-08-12
17:53
Compilation fixes for .NET Compact Framework with custom compile options. file: [1f6f7b4012] check-in: [8d08bc1cf9] user: mistachkin branch: trunk, size: 80361
2015-02-12
18:53
Corrections to the previous check-in. file: [b152048d60] check-in: [07200719dc] user: mistachkin branch: trunk, size: 80321
18:18
Enable easier integration with CEROD. file: [1feb2a419f] check-in: [d3eb5c0fcc] user: mistachkin branch: trunk, size: 80355
2015-01-29
00:57
Enable easier integration with SEE. file: [57506712ef] check-in: [328517cce9] user: mistachkin branch: trunk, size: 80283
2013-06-21
23:44
In the SQLite3.Close method, be sure to null out of the _sql field when _ownHandle is false. Centralize the SQLite3 instance creation logic used by the SQLiteConnection class. Restrict the ConnectionStringBuilder test to run only when SQLite is in use. file: [b9bc47d861] check-in: [67f779810e] user: mistachkin branch: virtualTables, size: 80100
2013-05-29
10:21
Seal various internal classes that are never derived from. file: [ad64c08df4] check-in: [e8abe75ff5] user: mistachkin branch: trunk, size: 79980
2012-12-13
01:08
Modify legacy threading test case to allow threads more time to exit voluntarily, per ticket [f6bc37ac6b]. file: [c3cc15ad59] check-in: [19c57cab6f] user: mistachkin branch: trunk, size: 79959
2012-10-27
02:38
Add native logging callback to the interop assembly for use in the debug build. Make the test for ticket [72905c9a77] shutdown SQLite prior to attempting to enable logging. Fix test constraints on tests for tickets [72905c9a77] and [e1b2e0f769] (i.e. wrap them using the fixConstraints helper procedure). Enhancements to the test suite infrastructure. file: [223a76bb48] check-in: [4b64a8d444] user: mistachkin branch: trunk, size: 79942
2012-10-12
16:09
Add a LogMessage method overload to the SQLiteConnection class that takes a SQLiteErrorCode. file: [c002b31ed2] check-in: [d874518f31] user: mistachkin branch: threadAbortProtect, size: 79894
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: [20b7b7f060] check-in: [a6c16dc93b] user: mistachkin branch: trunk, size: 79874
2012-07-22
06:54
Remove all superfluous UTF-8 byte-order-marks. file: [15bea2b584] check-in: [2c82e6c1a3] user: mistachkin branch: trunk, size: 79846
2012-06-22
20:12
Update core SQLite library to the latest trunk. Merge support for the sqlite3_close_v2 API. Add missing test contraints for the dynamic SQLite core library detection, the USE_INTEROP_DLL compile-time define, and the System.Data.SQLite.dll / System.Data.SQLite.Linq.dll file detection. Fix several #if statements to include USE_INTEROP_DLL in addition to INTEROP_EXTENSION_FUNCTIONS. file: [8e69a3f824] check-in: [1462b42fc2] user: mistachkin branch: trunk, size: 79849
2012-04-07
22:18
Update all versions to 1.0.81.0. Add DefineConstants property to the SQLiteConnection class to return the list of define constants used when compiling the core managed assembly. Support compiling the interop assembly without support for the custom extension functions and the CryptoAPI based codec. file: [34931309a3] check-in: [fd6a7e09b8] user: mistachkin branch: trunk, size: 79830
2012-03-31
12:53
Mono portability fixes for the test suite. file: [cea4adba00] check-in: [76b6dd766b] user: mistachkin branch: trunk, size: 79762
2011-12-16
03:28
Add missing file header to various files. file: [791ee17211] check-in: [f58dc30e00] user: mistachkin branch: trunk, size: 79574
2011-10-23
02:32
Add more testing of the SQLiteConnection.ChangePassword method. file: [dc7694c81e] check-in: [b0f8d0fe4e] user: mistachkin branch: trunk, size: 79279
2011-10-04
08:05
Prevent the SQLiteLog.DomainUnload method from being added multiple times to the AppDomain.DomainUnload event, ticket [0d5b1ef362]. Stop trying to configure the SQLite logging interface in non-default AppDomains, ticket [ac47dd230a]. file: [c51dc952b0] check-in: [3054af47e2] user: mistachkin branch: trunk, size: 78455
2011-09-21
21:46
Add another test for the ExecuteScalar method. file: [0346157988] check-in: [221fbe52ec] user: mistachkin branch: trunk, size: 78403
2011-07-23
04:01
Revise the MultithreadingTest to remove potential race conditions on slower systems. file: [773857e45d] check-in: [0ccc54331a] user: mistachkin branch: trunk, size: 77199
2011-07-01
08:33
Add 'testlinq' project to the new build system. Cleanup in both test apps. Fix XML doc warnings. file: [7be0629eaa] check-in: [bd2f09af59] user: mistachkin branch: build-enhancements, size: 76656
2011-05-23
04:12
Moved log handler from SQLiteConnection object to SQLiteFactory object to prevent if from being prematurely GCed. file: [028670c937] check-in: [c520cba472] user: shaneh branch: trunk, size: 76674
04:07
Updated method for flagging test cases that are SQLite specific. file: [42e45b9ff2] check-in: [9525e5cf45] user: shaneh branch: trunk, size: 76777
2011-04-26
03:56
Added LogMessage() to expose the sqlite3_log() interface. file: [ef7cb7a3a9] check-in: [d908d628e8] user: shaneh branch: trunk, size: 76792
2011-04-23
23:41
Removed the need for the sqlite3.def file. This should fix issue [e486f6be57]. file: [dc7648e3bd] check-in: [c3a442319f] user: shaneh branch: trunk, size: 76831
2011-04-22
18:08
Initial implementation of SQLITE_CONFIG_LOG interface. file: [42318bb6cc] check-in: [fc3e41ac85] user: shaneh branch: trunk, size: 75452
2011-04-15
17:33
Added support for sqlite3_extended_result_codes(), sqlite3_errcode(), and sqlite3_extended_errcode(). file: [5dd6055fdd] check-in: [41ad3433f5] user: shaneh branch: trunk, size: 74133
2011-02-16
05:05
Don't set SQLITE_OPEN_CREATE when "Read Only=true" is used in the connection string. Fix for [ac0e253dcf]. file: [2f7e5c5762] check-in: [99e4838b78] user: shaneh branch: trunk, size: 73441
2010-12-16
17:49
Changes to get base portions compiling under Visual Studio 2010. Still much to be done. Need to sort out packaging, installation, wince, etc. file: [62d3d95e7a] check-in: [644aeca13c] user: shaneh branch: vs2010, size: 72515
2010-08-11
16:15
Updates to the test app file: [5c3490ec43] check-in: [7bfffba74e] user: rmsimpson branch: sourceforge, size: 70422
2009-07-10
04:43
1.0.64.0 file: [3e49512671] check-in: [de1a94066c] user: rmsimpson branch: sourceforge, size: 70346
2009-06-29
22:59
1.0.63.0 file: [ca26ee5d98] check-in: [26297c39cc] user: rmsimpson branch: sourceforge, size: 70212
2009-06-19
20:57
1.0.62.0 file: [afebee35e0] check-in: [5ab035e676] user: rmsimpson branch: sourceforge, size: 67417
2009-04-28
17:09
1.0.61.0 file: [a8fe84d937] check-in: [734737fbb6] user: rmsimpson branch: sourceforge, size: 65657
2008-09-02
15:46
pre 1.0.59.0 file: [00e328528d] check-in: [c0dab1edea] user: rmsimpson branch: sourceforge, size: 64801
2008-08-11
21:12
1.0.56.0 file: [83fec285f3] check-in: [faaaeb7bd7] user: rmsimpson branch: sourceforge, size: 62708
2008-08-06
21:40
1.0.55.0 file: [904d11c84c] check-in: [24425920c8] user: rmsimpson branch: sourceforge, size: 60916
2008-07-26
04:34
1.0.54.0 file: [7a33618a47] check-in: [41d8f0f895] user: rmsimpson branch: sourceforge, size: 37655
2008-06-27
21:34
1.0.50.0 file: [c42fe212e2] check-in: [5d225801e2] user: rmsimpson branch: sourceforge, size: 37157
2007-12-04
16:07
1.0.47.0 file: [2d940a6680] check-in: [7518ccfcff] user: rmsimpson branch: sourceforge, size: 36951
2007-10-01
03:25
1.0.46.0 file: [5a452d9c98] check-in: [67f18e8aaa] user: rmsimpson branch: sourceforge, size: 36951
2007-09-25
22:45
1.0.45.0 file: [2de1d3941b] check-in: [5a232b012b] user: rmsimpson branch: sourceforge, size: 32597
2007-06-02
17:41
1.0.43.0 file: [240bf564f4] check-in: [a8f97c9977] user: rmsimpson branch: sourceforge, size: 32396
2007-04-22
23:23
1.0.41.0 file: [5a8dbe1dc9] check-in: [06c93533ad] user: rmsimpson branch: sourceforge, size: 32396
2006-11-22
07:13
1.0.38.0 file: [ac2acb044e] check-in: [b438f19d0c] user: rmsimpson branch: sourceforge, size: 31811
2006-10-16
17:00
Full Text search test file: [2b597c8e7d] check-in: [8db4cc27ac] user: rmsimpson branch: sourceforge, size: 28430
2006-10-05
22:35
Transaction Scope fixes file: [942d7066a6] check-in: [7d43f65e6a] user: rmsimpson branch: sourceforge, size: 26700
2006-08-06
17:55
1.0.32.0 file: [b02033d698] check-in: [6b4fd5077c] user: rmsimpson branch: sourceforge, size: 26167
2006-07-02
06:50
Minor tweaks and improvements file: [d3550467b6] check-in: [131c0c6ebc] user: rmsimpson branch: sourceforge, size: 24774
2006-01-27
05:55
Transaction enlistment and nested transaction test added file: [74a58e19c0] check-in: [a15dd26217] user: rmsimpson branch: sourceforge, size: 24279
2006-01-12
20:55
Optimize and fix the DataAdapter tests, shorten the locktest duration file: [76563a0231] check-in: [bb2c450c63] user: rmsimpson branch: sourceforge, size: 22914
2006-01-10
18:38
no message file: [b5efb979d8] check-in: [9bc8258798] user: rmsimpson branch: sourceforge, size: 23069
2005-11-21
16:30
BinaryInsert test modified to use ampersand parameters file: [d6f5f08e14] check-in: [58a81d6326] user: rmsimpson branch: sourceforge, size: 21311
2005-10-05
19:33
1.0.19 file: [70f25e586e] check-in: [35ace076c2] user: rmsimpson branch: sourceforge, size: 21242
2005-08-28
16:38
no message file: [5f9298cf45] check-in: [6a96673848] user: rmsimpson branch: sourceforge, size: 21215
2005-08-22
18:18
1.0.15 file: [5ce589ff42] check-in: [4ff57a0919] user: rmsimpson branch: sourceforge, size: 21239
2005-08-04
22:53
Added a new test file: [e3bb01e41e] check-in: [a30dcc34b3] user: rmsimpson branch: sourceforge, size: 20780
2005-08-03
06:43
1.0.12 updates file: [e77d76c202] check-in: [e269288997] user: rmsimpson branch: sourceforge, size: 19490
2005-05-24
22:12
VS2005 Beta 2 updates file: [70a0a35e28] check-in: [f4aec657e0] user: rmsimpson branch: sourceforge, size: 18340
2005-03-01
16:04
Added: Initial revision file: [82bd532304] check-in: [ec237b0123] user: rmsimpson branch: sourceforge, size: 18155