System.Data.SQLite

All files named ”System.Data.SQLite/System.Data.SQLite.Properties.targets”
Login

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

History for System.Data.SQLite/System.Data.SQLite.Properties.targets

2014-03-12
02:27
Renamed to System.Data.SQLite/Targets/System.Data.SQLite.Properties.targets. Move all strong name keys, targets, and configuration files into their own sub-directories. Move all resources for the core System.Data.SQLite assembly into their own sub-directory. Update list of SQLite keywords contained in the resource file. check-in: [d6f98596b9] user: mistachkin branch: trunk, size: 0
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: [d43a66f777] check-in: [a614401f38] user: mistachkin branch: trunk, size: 10105
2014-01-10
23:28
Initial work on supporting Entity Framework 6. file: [04410e031d] check-in: [ccffecfbb0] user: mistachkin branch: ef6, size: 9946
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: [f619f52d75] check-in: [c43afb58ea] user: mistachkin branch: refactorNativeLibraryPreLoader, size: 9699
2013-11-27
01:24
Add project and solution files for Visual Studio 2013. file: [20ae3faa15] check-in: [3daf352762] user: mistachkin branch: vs2013, size: 9546
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: [faa4b5885d] check-in: [a85fc42853] user: mistachkin branch: virtualTables, size: 9033
2013-06-21
05:39
Move the native memory allocation wrapper methods into the new SQLiteMemory class. file: [f741209cd0] check-in: [c16bb56cfd] user: mistachkin branch: virtualTables, size: 8668
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: [3924db32ed] check-in: [4aab5f9721] user: mistachkin branch: virtualTables, size: 8671
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: [5963c1d857] check-in: [160e7ea1f6] user: mistachkin branch: trunk, size: 8414
2013-02-15
01:14
Add the ability to select the legacy connection closing algorithm at compile-time. file: [3a339f6b24] check-in: [2f90848c8e] user: mistachkin branch: legacyClose, size: 8100
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: [05cbc68ebc] check-in: [4b64a8d444] user: mistachkin branch: trunk, size: 7762
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: [890a70dca7] check-in: [09c5128542] user: mistachkin branch: trunk, size: 7443
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: [62367ca290] check-in: [e8a0cf1336] user: mistachkin branch: trunk, size: 7198
2012-09-20
12:04
Explicitly add support for the .NET Framework 4.5 to the managed compile-time defines. file: [c65b12d9c1] check-in: [c008d0ccd6] user: mistachkin branch: trunk, size: 6876
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: [19eecbd213] check-in: [5759e099be] user: mistachkin branch: trunk, size: 6369
2012-09-16
01:47
Correct the system directory used by the design-time installer when running in WoW64. Also, set the Assembly, AssociatedSource, DefaultProvider values for the VS package. file: [a23c09c3fd] check-in: [65ffbd08e5] user: mistachkin branch: trunk, size: 5228
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: [5d65d2e9c0] check-in: [1164a207ef] user: mistachkin branch: trunk, size: 4998
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: [d9654c0605] check-in: [007a7bb78f] user: mistachkin branch: trunk, size: 4004
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: [4069e0c5be] check-in: [fd6a7e09b8] user: mistachkin branch: trunk, size: 3787
2012-02-24
15:41
Add Visual Studio 2005 support to all the applicable solution/project files, their associated supporting files, and the test suite. file: [c69804e2e5] check-in: [a594f67d47] user: mistachkin branch: trunk, size: 3189
2012-02-22
03:54
Add experimental support for pre-loading the native SQLite library based on the processor architecture of the current process. For now, this feature is disabled by default. file: [70890df78f] check-in: [d3df632e9f] user: mistachkin branch: trunk, size: 2577
2011-12-16
03:32
Start of making sure that all core components containing IDisposable objects implement IDisposable and that they follow the established best-practices when doing so. file: [03e35a8f22] check-in: [c532a87e4d] user: mistachkin branch: IDisposablePattern, size: 2330
2011-04-12
19:22
Allow usage of VS 2010 command line build environment when producing managed binaries that require the .NET Framework 2.0. file: [f8edab4b3b] check-in: [996656054d] user: mistachkin branch: trunk, size: 2072
2011-02-17
07:52
More work on streamlined build system. file: [f9b69ccdb4] check-in: [55bbb6741b] user: mistachkin branch: trunk, size: 1932
06:00
Added: Initial work on streamlining the build system. Also, partial fix for building with Visual Studio 2008 and/or the .NET Framework 2.0 [2737c06ea1] (for the primary assembly only). file: [7a435b0e9b] check-in: [6d2a2db720] user: mistachkin branch: trunk, size: 1627