System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation

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

50 descendants and 50 ancestors of cafe9568f1c3b381ba35caf4564e94bb964b111a

2014-09-24
05:11
Merge updates from trunk. check-in: 077e38a462 user: mistachkin tags: experimental
05:09
In the test suite infrastructure, make sure transactions and/or connections 'leaked' by tests are cleaned up before calling the native shutdown function. check-in: cfe8932268 user: mistachkin tags: trunk
04:15
Experimental changes to remove superfluous calls from the SQLiteDataReader class. These changes are not yet completely correct. Pursuant to [e122d26e70]. check-in: ab425e79d7 user: mistachkin tags: experimental
2014-09-23
05:52
Bump all version numbers to 1.0.95.0. Update version history docs. check-in: 24bd8ccbe2 user: mistachkin tags: trunk
02:30
Update test name and add a comment. check-in: 9a55492aab user: mistachkin tags: trunk
02:18
Centralize most test suite handling of constraints that check for the existence of files. check-in: 530c121d5f user: mistachkin tags: trunk
01:21
Add test to make sure that the SQL statements generated for a DbUpdateCommandTree via the LINQ assembly are properly delimited (i.e. by a semi-colon). check-in: e0cbe7cc0d user: mistachkin tags: trunk
2014-09-22
20:09
In SQLiteDataReader.VerifyType method, remove duplicate 'if' statement for the DbType.SByte value and move the remaining 'if' to the Int64 affinity. Fix for [c5cc2fb334]. check-in: 24b429ba4d user: mistachkin tags: trunk
20:06
Fix syntax issue with LINQ UPDATE statement generation. Reported by Den Pakizh via the mailing list. check-in: e9c47a0ef5 user: mistachkin tags: trunk
2014-09-17
02:10
Update downloads page with the modified source archive. check-in: 6a4f9d5919 user: mistachkin tags: trunk
01:42
Merge NuGet packaging updates to fix the configuration file transform issue impacting EF6 integration (at design-time). Fix for [d47edba44a]. check-in: 2e4fb94ce9 user: mistachkin tags: trunk
01:17
Oops, missed the primary (meta-)package. Closed-Leaf check-in: 2e969937c7 user: mistachkin tags: NuGetTransformFix
01:14
Update file sizes and hashes on the downloads page. check-in: 86c3dae684 user: mistachkin tags: NuGetTransformFix
00:58
Workaround for NuGet packaging issue related to configuration file transforms that prevent EF6 design-time support from working correctly. check-in: 7c87e5ccc6 user: mistachkin tags: NuGetTransformFix
2014-09-15
18:56
Final updates for release 1.0.94.0. check-in: 100f26baaa user: mistachkin tags: trunk, release, release-1.0.94.0
2014-09-14
07:20
Update pre-release source code package to reflect the NuGet package changes. Closed-Leaf check-in: ce64695ba9 user: mistachkin tags: preRelease
07:17
Merge updates from trunk. check-in: b53ec99e9f user: mistachkin tags: preRelease
07:17
Enhancements to the command line build tool. check-in: d79821ede8 user: mistachkin tags: trunk
07:16
Fix a couple typos in FAQ page links. check-in: 8d278ce342 user: mistachkin tags: trunk
2014-09-13
21:51
Update all pre-release NuGet packages to version 1.0.94.2 on the download page. check-in: af87bf7a30 user: mistachkin tags: preRelease
21:42
NuGet package updates. Be more explicit in the description of 'Beta' and 'Test' packages. Bump pre-release NuGet package version to 1.0.94.2. Fix app.config file issue for [e634e330a6]. check-in: 73b05711c4 user: mistachkin tags: preRelease
20:52
Merge web page updates from trunk. check-in: 1a6b44e6d3 user: mistachkin tags: preRelease
20:51
More web page updates. check-in: b284b7f34e user: mistachkin tags: trunk
2014-09-12
01:08
Update source code artifact link on the download page. check-in: a293590625 user: mistachkin tags: trunk
2014-09-11
22:21
Improvements to link ordering on the home page. check-in: a96af3d248 user: mistachkin tags: trunk
2014-09-10
07:17
Enhancements to the command line build tool. Closed-Leaf check-in: 387e4d4017 user: mistachkin tags: msBuild
2014-09-08
22:13
Merge updates from trunk. check-in: d17f4614ae user: mistachkin tags: preRelease
18:39
Update some wording on the download page. check-in: ca115c3ef8 user: mistachkin tags: trunk
17:39
Update file hashes to correspond to the pre-release NuGet packages. check-in: c08bde3ab3 user: mistachkin tags: preRelease
17:23
Remove commented sections on downloads page to prevent wiki rendering issues. check-in: e7db113cb9 user: mistachkin tags: preRelease
17:21
Add pre-release downloads for all non-legacy NuGet packages. Fix for [04de5029dc]. check-in: 4c89b317dd user: mistachkin tags: preRelease
2014-09-06
08:46
Final updates for release 1.0.94.0. check-in: 407bcf08dc user: mistachkin tags: preRelease
02:10
Refactor some diagnostic handling in the design-time components installer to allow for easier testing. check-in: e259979e9f user: mistachkin tags: trunk
2014-09-05
23:38
Update version history docs. check-in: 9ddab641be user: mistachkin tags: trunk
19:21
Add URL file to the source code archive. Update the master release archive manifest to include the new SQLiteOptions class file. check-in: 21b2a686ae user: mistachkin tags: trunk
19:06
Update Eagle script library in externals to the latest trunk. check-in: 9f9605f107 user: mistachkin tags: trunk
17:49
Refactor and simplify NuGet packages in order to support per-solution SQLite interop assembly files. Thanks to David Archer for his suggestions, feedback, and contributions. check-in: bd4e9309ea user: mistachkin tags: trunk
17:21
Further simplify and robustify the MSBuild targets file for the NuGet packages. Closed-Leaf check-in: 14ae015f43 user: mistachkin tags: nugetChanges
15:55
Fix typo in the NuGet MSBuild targets file. check-in: 3a9676e997 user: mistachkin tags: nugetChanges
2014-09-04
18:42
Fix for previous check-in: missed one place where the default provider should be EF6 enabled. check-in: 8d98582107 user: mistachkin tags: trunk
18:33
Merge updates from trunk. check-in: 0622da663d user: mistachkin tags: nugetChanges
18:32
More work on getting the design-time components to detect and use the EF6 enabled provider. Cherrypick of [30c1589da7] (check-in on wrong branch). check-in: c43018f34e user: mistachkin tags: trunk
18:31
Update imported SQLite core library documentation. check-in: 8e13c43294 user: mistachkin tags: trunk
17:45
More work on getting the design-time components to detect and use the EF6 enabled provider. check-in: 30c1589da7 user: mistachkin tags: nugetChanges
03:52
Remove previously deleted NuGet support files from the solution files. check-in: c44741f6f5 user: mistachkin tags: nugetChanges
03:46
Merge updates from trunk. check-in: 30a16ee47c user: mistachkin tags: nugetChanges
03:42
Enhance the design-time components and installer in order to better support EF6 model entity generation. check-in: c9f62dd914 user: mistachkin tags: trunk
03:30
Merge updates from trunk. Closed-Leaf check-in: 8dba4cc370 user: mistachkin tags: designOptions
02:48
Update batch build tool to include the 'Debug' configuration by default. check-in: daec116031 user: mistachkin tags: trunk
02:43
Updates to the test suite infrastructure to handle Eagle integration changes. Cherrypick of [e68410521b]. check-in: 320319609f user: mistachkin tags: trunk
02:41
Update Eagle in externals to the latest trunk code. check-in: cafe9568f1 user: mistachkin tags: trunk
2014-08-19
17:58
Add per-connection caching of the 'Use_SQLiteConvert_DefaultDbType' and 'Use_SQLiteConvert_DefaultTypeName' settings. Pursuant to [58ed318f2f]. check-in: 948fd5b3a3 user: mistachkin tags: trunk
2014-08-15
13:40
Update SQLite core library to the 3.8.6 release. check-in: ffe18d71ef user: mistachkin tags: trunk
2014-08-14
18:34
Improve comments in the WinCE testing tool. check-in: cb8ccab996 user: mistachkin tags: trunk
04:22
Correct several tests. check-in: b85106c760 user: mistachkin tags: trunk
2014-08-12
19:40
Revise and enhance tests for [58ed318f2f]. check-in: 984343ce67 user: mistachkin tags: trunk
19:19
Add NoConvertSettings connection flag to disable querying of runtime configuration settings from within the SQLiteConvert class. Pursuant to [58ed318f2f]. check-in: 59d43c48bb user: mistachkin tags: trunk
2014-08-11
23:59
Improve clarity of using statements in the UnsafeNativeMethods class. Also, obtain the static lock prior to touching settingReadCounts (only applies to Debug builds). check-in: 8b0d28f75a user: mistachkin tags: trunk
2014-08-08
21:42
Apparently, using nullable value types in DbConnectionStringBuilder derived classes can cause issues; therefore, avoid it. check-in: 29c37848ff user: mistachkin tags: trunk
2014-08-04
05:14
Update ignore-glob setting for Fossil. check-in: dcc0c2a960 user: mistachkin tags: trunk
2014-08-03
02:38
Remove superfluous 'install.ps1' file that is no longer used. check-in: 6e67c4fdf1 user: mistachkin tags: trunk
01:58
Batch tool enhancements for testing. check-in: b799bc86e7 user: mistachkin tags: trunk
01:48
Fix issue with documentation comment. check-in: f2a69275fd user: mistachkin tags: trunk
00:32
Fix minor typo in the design-time components installer. check-in: cfbeefb82a user: mistachkin tags: trunk
2014-08-02
23:27
Add 'Beta' and 'Test' versions of all remaining NuGet packages (i.e. the modular ones). check-in: 9509fcd7a8 user: mistachkin tags: trunk
22:42
Make the versioning tests easier to manage and maintain. check-in: fb520cf55b user: mistachkin tags: trunk
20:46
Make sure default data type warnings are always issued when applicable. check-in: 2413338b69 user: mistachkin tags: trunk
17:33
Update documentation comments for the DefaultDbType and DefaultTypeName properties. check-in: f4af7db4f1 user: mistachkin tags: trunk
07:22
Add some test suite infrastructure routines useful for interactive testing. check-in: bc40ad4091 user: mistachkin tags: trunk
00:02
Make sure the 32-bit-only flagged executable assemblies are re-signed properly and use them for the 32-bit setup packages. check-in: 7a3c948114 user: mistachkin tags: trunk
2014-07-31
22:36
Update Entity Framework in externals to the 6.1.1 release. check-in: d41090f6e0 user: mistachkin tags: trunk
22:35
Clarify description for the Ngen task in the setup packages. check-in: 23e6a9b85f user: mistachkin tags: trunk
21:43
Miscellaneous cleanup and comment changes in the design-time components installer. check-in: 2f356ea98e user: mistachkin tags: trunk
21:24
Remove accidentally duplicated debugging code in the design-time components installer. check-in: 6bd339500c user: mistachkin tags: trunk
21:17
For the design-time components installer, make sure the machine config invariant name is always 'System.Data.SQLite', per the requirements of the designer package code. check-in: 989cbb5f66 user: mistachkin tags: trunk
21:01
Add more logging to the design-time components installer. check-in: 2741442819 user: mistachkin tags: trunk
20:40
Improve debugging support in the design-time components installer. check-in: 252b910ba5 user: mistachkin tags: trunk
19:25
Update the master release archive manifest. check-in: fa5d926c64 user: mistachkin tags: trunk
05:48
Improve automatic detection and handling of the Entity Framework 6 assembly by the design-time components installer. Pursuant to [e634e330a6]. check-in: bc7c43a0b4 user: mistachkin tags: trunk
05:48
Cleanup the NuGet package configuration transform files. check-in: b4069b4c09 user: mistachkin tags: trunk
2014-07-30
00:39
Minimize usage of the 'Use_SQLiteConvert_DefaultDbType' and 'Use_SQLiteConvert_DefaultTypeName' settings. Fix for [58ed318f2f]. check-in: 69065c8e3b user: mistachkin tags: trunk
2014-07-29
22:48
For the debug build configuration only, keep track of how many times each runtime configuration setting is read and have the test suite report on same. Pursuant to [58ed318f2f]. check-in: d0e28511f3 user: mistachkin tags: trunk
22:42
Update the Entity Framework version. check-in: a5705bb3db user: mistachkin tags: trunk
2014-07-20
01:23
Update the Eagle script library in externals to the latest trunk code. check-in: 12b068ffb9 user: mistachkin tags: trunk
2014-07-19
06:40
Move the 'setup' data files to their own directory. check-in: 38406dba38 user: mistachkin tags: trunk
06:27
Add proper test constraint handling for the 'wal.db' and 'nonWal.db' test data files. check-in: b0d4efd98b user: mistachkin tags: trunk
06:16
Update Eagle script library in externals to the latest trunk code. Move the test data files into their own sub-directory. check-in: ed5dcaba0f user: mistachkin tags: trunk
00:22
Fix line endings. check-in: 413872c668 user: mistachkin tags: trunk
00:17
Improve SQLiteDataReader performance slightly by caching the connection flags. Add RefreshFlags method to the SQLiteDataReader class to forcibly refresh its connection flags. check-in: 910381a7e3 user: mistachkin tags: trunk
00:14
Bump all versions to 1.0.94.0. check-in: f56f7104f7 user: mistachkin tags: trunk
2014-07-18
23:35
Further enhancements to the SQLiteDataReader performance tests. check-in: 36cfd553e3 user: mistachkin tags: trunk
22:42
Enhance the SQLiteDataReader performance test. check-in: 16705da626 user: mistachkin tags: trunk
22:04
Add initial performance tests for the SQLiteDataReader class. check-in: d3be3b1abe user: mistachkin tags: trunk
2014-07-02
17:45
Update a statement in the provider limitations documentation regarding deferred transaction locking semantics. Fix for [425f060dec]. check-in: 45cc5a21fa user: mistachkin tags: trunk
2014-06-23
22:55
Final updates for the 1.0.93.0 release. check-in: 47ba62f72c user: mistachkin tags: trunk, release, release-1.0.93.0
22:40
Final updates for release 1.0.93.0. Closed-Leaf check-in: 0bb0912dd0 user: mistachkin tags: preRelease
2014-06-08
04:35
Update to Entity Framework 6.1. check-in: 94b1358b7d user: mistachkin tags: trunk
04:34
Also remove the 'Potentially Incompatible Change' marker from the Entity Framework 6.1 update. Closed-Leaf check-in: 2018cc3adc user: mistachkin tags: ef61
04:27
Use '6.0' as the assembly version for Entity Framework 6.1. check-in: 9bc97523d1 user: mistachkin tags: ef61
02:21
Reverse version-stamping changes mistakenly done in the previous check-in. check-in: ef225744fe user: mistachkin tags: ef61
02:19
Update to Entity Framework 6.1. check-in: e18bd46df5 user: mistachkin tags: ef61