System.Data.SQLite

All files named ”System.Data.SQLite/SQLiteDefineConstants.cs”
Login

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

History for System.Data.SQLite/SQLiteDefineConstants.cs

2024-06-05
00:52
Add the 'compress' and 'zipfile' extensions to the interop assembly. file: [9514c9a033] check-in: [2353287b09] user: mistachkin branch: trunk, size: 4216
2022-11-22
20:16
Add experimental support for native sha3 extension. file: [332ed39e87] check-in: [dd498797e7] user: mistachkin branch: trunk, size: 4048
2020-03-10
03:44
Add preliminary support for the .NET Framework 4.8. file: [92ef8af4c7] check-in: [d6b5423937] user: mistachkin branch: trunk, size: 3971
2019-10-05
17:47
Initial work on supporting the .NET Standard 2.1 (and .NET Core 3.0). file: [bc0168f373] check-in: [c1dd57b1a1] user: mistachkin branch: netStandard21, size: 3926
2018-05-06
20:09
Add preliminary support for the .NET Framework 4.7.2. Also, update the SQLite core library to the latest 3.23.2 release candidate. file: [c16441957f] check-in: [880e608b09] user: mistachkin branch: trunk, size: 3863
2018-04-05
04:51
Initial work on porting the primary managed assembly to .NET Standard 2.0 (using .NET Core 2.0). file: [025dd2d41f] check-in: [b936950261] user: mistachkin branch: netStandard20, size: 3816
2017-11-17
20:07
Bump version to 1.0.107.0. Add preliminary support for the .NET Framework 4.7.1. Update version history docs. file: [6a82db9c33] check-in: [0c447952e6] user: mistachkin branch: trunk, size: 3753
2017-10-14
07:33
Add full support for the native session extension. file: [53418e78e7] check-in: [17c0ae883b] user: mistachkin branch: trunk, size: 3706
2017-10-05
03:26
Work-in-progress on supporting the 'sessions' extension to the SQLite core library. file: [7178909207] check-in: [2ce0ba7f72] user: mistachkin branch: sessions, size: 3661
2017-08-02
17:20
Add preliminary support for Visual Studio 2017 and the .NET Framework 4.7. file: [e9525fe0e9] check-in: [babe22b817] user: mistachkin branch: vs2017, size: 3623
2017-02-02
19:26
Add experimental support for native sha1 extension. file: [6fa53bce29] check-in: [f1feb19c18] user: mistachkin branch: trunk, size: 3578
2016-08-29
22:30
Add preliminary support for the .NET Framework 4.6.2. file: [2288826c49] check-in: [18b90474f6] user: mistachkin branch: trunk, size: 3501
2016-03-22
22:59
Enable use of the interop assembly under Mono on Unix. file: [5d0ecc0433] check-in: [d404fc5314] user: mistachkin branch: trunk, size: 3543
2015-12-04
02:04
Add missing checks for NET_452 and NET_461 compile-time defines. file: [57a0d1ae65] check-in: [d5792024ef] user: mistachkin branch: trunk, size: 3454
2015-09-11
19:31
Add experimental support for the 'json1' extension, enabled by default. file: [37c02d1d51] check-in: [206cf1bc0a] user: mistachkin branch: trunk, size: 3360
2015-07-20
18:18
More changes. file: [97e351ecc9] check-in: [719d9e6cac] user: mistachkin branch: vs2015, size: 2953
2015-06-02
18:21
Add optional support for building the interop assembly with ZIPVFS. file: [0ed891c18c] check-in: [dcd24352a0] user: mistachkin branch: zipvfs, size: 2908
2015-02-13
21:13
Add support for including extra extensions at compile-time for the custom built interop DLL. file: [c1c256e4a5] check-in: [02e5ea34c5] user: mistachkin branch: trunk, size: 2831
2015-02-12
18:18
Enable easier integration with CEROD. file: [9e02b52a86] check-in: [d3eb5c0fcc] user: mistachkin branch: trunk, size: 2756
2015-01-29
00:57
Enable easier integration with SEE. file: [fd1f60514b] check-in: [328517cce9] user: mistachkin branch: trunk, size: 2681
2014-02-11
02:30
Add TRACE_DETECTION compile-time define and modify several Trace.WriteLine calls in the native library pre-loading code to use it. file: [fffa9a46be] check-in: [a614401f38] user: mistachkin branch: trunk, size: 2610
2014-01-10
23:28
Initial work on supporting Entity Framework 6. file: [ee3e7aaa76] check-in: [ccffecfbb0] user: mistachkin branch: ef6, size: 2547
2013-12-27
04:03
Merge testing changes. Rename the XML configuration file to 'System.Data.SQLite.dll.config'. Break out shared native library pre-loading code to fix compilation issues. file: [b981a1d16f] check-in: [c43afb58ea] user: mistachkin branch: refactorNativeLibraryPreLoader, size: 2470
2013-11-27
01:32
Use the proper compile-time option to check for the .NET Framework 4.5.1. file: [f2daab14af] check-in: [1beae37abe] user: mistachkin branch: vs2013, size: 2413
2013-06-22
02:51
Support compiling without built-in support for creating virtual tables in managed code, thus allowing the vtshim extension module to be excluded. file: [19c8411d8a] check-in: [a85fc42853] user: mistachkin branch: virtualTables, size: 2366
2013-06-21
05:39
Move the native memory allocation wrapper methods into the new SQLiteMemory class. file: [634472003e] check-in: [c16bb56cfd] user: mistachkin branch: virtualTables, size: 2291
05:14
Fix memory leak in the SQLiteModuleBase class. Add support for optionally tracking memory usage of the SQLiteMarshal class. Make sure sqlite3_*_interop() functions are only used when SQLITE_STANDARD is not defined. file: [52ffc8181b] check-in: [4aab5f9721] user: mistachkin branch: virtualTables, size: 2293
2013-03-20
23:00
In the interop assembly, use the sqlite3_prepare_v2() function when available. In the managed assembly, use the sqlite3_prepare_v2() function when enabled. Sync up the list of define constants used by the test suite. file: [f80d556284] check-in: [160e7ea1f6] user: mistachkin branch: trunk, size: 2222
2013-02-15
01:14
Add the ability to select the legacy connection closing algorithm at compile-time. file: [3b73dc05be] check-in: [2f90848c8e] user: mistachkin branch: legacyClose, size: 2114
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: [4f846b0eeb] check-in: [4b64a8d444] user: mistachkin branch: trunk, size: 2041
2012-10-26
20:37
Add the ability for the test suite to track counts of CriticalHandle derived object instances. Also, slightly simplify test for ticket [6c6ecccc5f]. file: [49f9f7f049] check-in: [09c5128542] user: mistachkin branch: trunk, size: 1986
2012-10-08
09:11
Add support for extra diagnostics in the native interop assembly when compiled in the debug build configuration. Fix several tests to account for recent changes to the setupDb and cleanupDb test suite infrastructure procedures. file: [fb75612848] check-in: [e8a0cf1336] user: mistachkin branch: trunk, size: 1929
2012-09-20
12:04
Explicitly add support for the .NET Framework 4.5 to the managed compile-time defines. file: [c884cbb18a] check-in: [c008d0ccd6] user: mistachkin branch: trunk, size: 1870
11:53
Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools. file: [7be000e509] check-in: [5759e099be] user: mistachkin branch: trunk, size: 1825
2012-07-16
04:58
Add define constants to support enabling or disabling individual groups of trace statements. Remove superfluous cast from the call to the sqlite3_config_none P/Invoke method. Make sure to remove any stale database from previous stress test runs. Stop leaking callbacks from the stress test. file: [61d8a1dc0c] check-in: [1164a207ef] user: mistachkin branch: trunk, size: 1658
2012-07-12
07:11
Add support for internal state checking at key points in the public classes that use a connection. Also, adjust the number of iterations for the stress test. file: [fa75e9f77c] check-in: [007a7bb78f] user: mistachkin branch: trunk, size: 1355
2012-04-07
22:18
Added: 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: [d22104d9e9] check-in: [fd6a7e09b8] user: mistachkin branch: trunk, size: 1300