System.Data.SQLite

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

Files in check-in 133b025301264043 ordered by age

File ages are expressed relative to the check-in time of 2015-08-15 23:00:52.

AgeFilesCheck-in
current Setup/build.bat
System.Data.SQLite/LINQ/SQLiteFactory_Linq.cs
System.Data.SQLite/SQLiteCommandBuilder.cs
System.Data.SQLite/SQLiteConnection.cs
System.Data.SQLite/SQLiteDataAdapter.cs
System.Data.SQLite/SQLiteFactory.cs
System.Data.SQLite/SQLiteFunction.cs
Fix some harmless compiler warnings and make sure the String.Format wrapper method is used in the new SQLiteFunction methods. (check-in: 133b025301, user: mistachkin, branch: delegateFunction)
57.2 minutes Doc/Extra/Provider/version.html
readme.htm
www/news.wiki
Update version history docs. (check-in: 430d13b350, user: mistachkin, branch: delegateFunction)
63.4 minutes lib/System.Data.SQLite/common.eagle
Enhance the 'isBuildAvailable' routine in the test suite infrastructure to support architecture names in addition to platform names. (check-in: e56653e255, user: mistachkin, branch: delegateFunction)
5.8 hours System.Data.SQLite/SQLiteFunctionAttribute.cs
Tests/basic.eagle
Merge updates from trunk. (check-in: d1fe039ff7, user: mistachkin, branch: delegateFunction)
5.9 hours System.Data.SQLite/UnsafeNativeMethods.cs
Compilation fixes for the debug build. (check-in: 8195809af1, user: mistachkin, branch: trunk)
16.4 hours Externals/Eagle/bin/Eagle.dll
Externals/Eagle/bin/EagleShell.exe
Externals/Eagle/bin/EagleShell32.exe
Externals/Eagle/bin/x64/Spilornis.dll
Externals/Eagle/bin/x86/Spilornis.dll
Externals/Eagle/lib/Eagle1.0/init.eagle
Externals/Eagle/lib/Eagle1.0/shell.eagle
Externals/Eagle/lib/Eagle1.0/test.eagle
Externals/Eagle/lib/Test1.0/all.eagle
Externals/Eagle/lib/Test1.0/constraints.eagle
Externals/Eagle/lib/Test1.0/epilogue.eagle
Externals/Eagle/lib/Test1.0/prologue.eagle
Update Eagle in externals to the pre-beta 34 release code. (check-in: ecd546a7a7, user: mistachkin, branch: trunk)
3.0 days Tests/authorizer.eagle
Tests/speed.eagle
Tests/stress.eagle
Tests/tkt-47c6fa04d3.eagle
Tests/tkt-4a791e70ab.eagle
Tests/tkt-56b42d99c1.eagle
Tests/tkt-964063da16.eagle
Tests/tkt-9d353b0bd8.eagle
Tests/tkt-e06c4caff3.eagle
Tests/tkt-f8dbab8baf.eagle
testlinq/Program.cs
Test suite fixes to get it working with Mono 4.0. (check-in: d282128d61, user: mistachkin, branch: trunk)
3.0 days Setup/build_mono.bat
When building for Mono, target the .NET Framework 4.5.x, not 4.6. (check-in: ce51a749e0, user: mistachkin, branch: trunk)
3.0 days System.Data.SQLite/SQLiteEnlistment.cs
System.Data.SQLite/SQLiteException.cs
System.Data.SQLite/SQLiteModule.cs
System.Data.SQLite/SQLiteModuleCommon.cs
Some CultureInfo fixes for String.Format. (check-in: 5c8311fbd4, user: mistachkin, branch: trunk)
3.0 days System.Data.SQLite/SQLite3.cs
System.Data.SQLite/SQLite3_UTF16.cs
System.Data.SQLite/SQLiteConvert.cs
System.Data.SQLite/SQLiteDataReader.cs
System.Data.SQLite/SQLiteKeyReader.cs
System.Data.SQLite/SQLiteLog.cs
System.Data.SQLite/SQLiteModuleEnumerable.cs
System.Data.SQLite/SQLiteParameterCollection.cs
System.Data.SQLite/SQLiteStatement.cs
Add some workarounds to allow the core managed assembly to work on Mono 4.0. (check-in: e7803b3ae7, user: mistachkin, branch: trunk)
3.1 days www/build.wiki
Make it easier to build the managed-only binaries for Mono. (check-in: eeb5a164be, user: mistachkin, branch: trunk)
3.1 days Setup/clean.bat
Enhance the clean batch tool for Visual Studio 2015. (check-in: 21952064b2, user: mistachkin, branch: trunk)
3.1 days Tests/linq.eagle
Enhance test suite infrastructure to make it work properly without the interop assembly. (check-in: e161b486c4, user: mistachkin, branch: trunk)
3.1 days System.Data.SQLite/SQLiteBase.cs
testce/TestCases.cs
testce/testce.2005.csproj
testce/testce.2008.csproj
testce/testce.2012.csproj
Revise and extend compilation fixes from the previous check-in. (check-in: 9582604b8d, user: mistachkin, branch: trunk)
3.2 days test/TestCases.cs
Compilation fixes for .NET Compact Framework with custom compile options. (check-in: 8d08bc1cf9, user: mistachkin, branch: trunk)
16.2 days www/release.wiki
Update release procedures wiki page. (check-in: fc9062d656, user: mistachkin, branch: trunk)
16.2 days Setup/updateFileInfo.tcl
www/downloads.wiki
Further improvements to the download page update script. (check-in: 872bd8c9ee, user: mistachkin, branch: trunk)
16.9 days Doc/Extra/Core/lang_createtable.html
Doc/Extra/Core/pragma.html
SQLite.Interop/props/sqlite3.props
SQLite.Interop/props/sqlite3.vsprops
SQLite.Interop/src/core/sqlite3.c
SQLite.Interop/src/core/sqlite3.h
Update SQLite core library to the 3.8.11.1 release. (check-in: e2757bd694, user: mistachkin, branch: trunk)
17.0 days System.Data.SQLite.Linq/SQL Generation/SqlGenerator.cs
Honor the second argument to Math.Round when using LINQ. (check-in: 369779a300, user: mistachkin, branch: trunk)
21.2 days System.Data.SQLite/SQLiteConnectionStringBuilder.cs
Add 'Recursive Triggers' connection string property to enable or disable the recursive trigger capability. Pursuant to [3a82ee635b]. (check-in: 8a3839a32f, user: mistachkin, branch: trunk)
21.9 days SQLite.Interop/src/ext/fts5.c
Import the latest SQLite core library changes. (check-in: 161010cf55, user: mistachkin, branch: trunk)
22.2 days SQLite.Interop/src/core/sqlite3ext.h
Update SQLite core library to the latest RC. (check-in: 8dbd32a7ae, user: mistachkin, branch: trunk)
22.9 days Externals/Eagle/lib/Eagle1.0/vendor.eagle
Enhance the test suite infrastructure to permit a non-default .NET Framework version to be used for a particular 'build year'. (check-in: 13498a4979, user: mistachkin, branch: trunk)
25.0 days Setup/data/verify.lst
Update version history docs and the master release archive manifest. (check-in: 3504f036be, user: mistachkin, branch: vs2015)
25.1 days Setup/data/SQLite.iss
Setup/set_2005.bat
Setup/set_2008.bat
Setup/set_2010.bat
Setup/set_2012.bat
Setup/set_2013.bat
Setup/set_2015.bat
Setup/set_common.bat
Setup/set_netFx452.bat
System.Data.SQLite/Targets/System.Data.SQLite.Files.targets
System.Data.SQLite/Targets/System.Data.SQLite.Properties.targets
Targets/SQLite.NET.Settings.targets
Targets/SQLite.NET.Settings.targets.netFx35
Tests/installer.eagle
Tests/tkt-a4d9c7ee94.eagle
tools/install/Installer.cs
Stub in support for the .NET Framework 4.5.2. Fix OR-operator (bitwise instead of logical) typo in the design-time installer. (check-in: 25ffa9639b, user: mistachkin, branch: vs2015)
25.1 days Tests/data/Installer_Test_Vs2005.log
Tests/data/Installer_Test_Vs2008.log
Tests/data/Installer_Test_Vs2010.log
Tests/data/Installer_Test_Vs2012.log
Tests/data/Installer_Test_Vs2013.log
Tests/data/Installer_Test_Vs2015.log
Tests/data/Uninstaller_Test_Vs2005.log
Tests/data/Uninstaller_Test_Vs2008.log
Tests/data/Uninstaller_Test_Vs2010.log
Tests/data/Uninstaller_Test_Vs2012.log
Tests/data/Uninstaller_Test_Vs2013.log
Tests/data/Uninstaller_Test_Vs2015.log
Get the VS 2015 design-time installer tests passing. (check-in: ee588f333b, user: mistachkin, branch: vs2015)
25.1 days testlinq/test.2015.csproj
Add missing files for the 'testlinq.2015' project. Fix the TargetFrameworkVersion checking in the 'testlinq.2015' project. (check-in: bb364a086c, user: mistachkin, branch: vs2015)
25.2 days SQLite.Designer/SQLite.Designer.2015.csproj
Fix designer project shell interop assembly version. (check-in: 456545db3f, user: mistachkin, branch: vs2015)
25.2 days SQLite.Interop/SQLite.Interop.2015.vcxproj
SQLite.Interop/SQLite.Interop.Static.2015.vcxproj
Fix platform toolset version for the native interop assembly projects. (check-in: f3c5774d30, user: mistachkin, branch: vs2015)
25.8 days SQLite.NET.2012.MSBuild.sln
SQLite.NET.2012.sln
SQLite.NET.2013.MSBuild.sln
SQLite.NET.2013.sln
SQLite.NET.2015.MSBuild.sln
SQLite.NET.2015.sln
More solution file adjustments. (check-in: 1444a38cc7, user: mistachkin, branch: vs2015)
25.8 days SQLite.Designer/SQLiteDataObjectSupport.cs
SQLite.Designer/SQLiteDataViewSupport.cs
SQLite.Interop/SQLite.Interop.2015.vcxproj.filters
SQLite.Interop/SQLite.Interop.Static.2015.vcxproj.filters
System.Data.SQLite.Linq/System.Data.SQLite.Core.2015.csproj
System.Data.SQLite.Linq/System.Data.SQLite.EF6.2015.csproj
System.Data.SQLite.Linq/System.Data.SQLite.Linq.2015.csproj
System.Data.SQLite/System.Data.SQLite.2015.csproj
System.Data.SQLite/System.Data.SQLite.Module.2015.csproj
test/test.2015.csproj
testlinq/2015/EF6/App.config
testlinq/2015/LINQ/App.config
testlinq/testef6.2015.csproj
testlinq/testlinq.2015.csproj
tools/install/Installer.2015.csproj
Project system and updates for Visual Studio 2015. (check-in: 42eb54d04f, user: mistachkin, branch: vs2015)
26.0 days Externals/MSVCPP/vcredist_x64_2015_RTM.exe
Externals/MSVCPP/vcredist_x86_2015_RTM.exe
SQLite.Interop/props/SQLite.Interop.2015.props
Add Visual C++ 2015 redist files. (check-in: 068cd88467, user: mistachkin, branch: vs2015)
26.2 days Tests/version.eagle
Even more updates. (check-in: 3fcfa76148, user: mistachkin, branch: vs2015)
26.2 days Doc/Extra/Provider/designer.html
Doc/Extra/Provider/welcome.html
SQLite.Designer/SQLiteOptions.cs
Setup/set_DebugNativeOnly_x64_2015.bat
Setup/set_DebugNativeOnly_x86_2015.bat
Setup/set_Debug_x64_2015.bat
Setup/set_Debug_x86_2015.bat
Setup/set_ReleaseNativeOnly_x64_2015.bat
Setup/set_ReleaseNativeOnly_x86_2015.bat
Setup/set_Release_x64_2015.bat
Setup/set_Release_x86_2015.bat
Setup/set_netFx46.bat
Setup/set_x64_2015.bat
Setup/set_x86_2015.bat
Setup/vsSp.bat
System.Data.SQLite.Linq/AssemblyInfo.cs
System.Data.SQLite.Linq/SQL Generation/InternalBase.cs
System.Data.SQLite.Linq/SQL Generation/KeyToListMap.cs
System.Data.SQLite.Linq/SQL Generation/SqlChecker.cs
System.Data.SQLite.Linq/SQL Generation/StringUtil.cs
System.Data.SQLite/AssemblyInfo.cs
System.Data.SQLite/SQLiteDefineConstants.cs
More changes. (check-in: 719d9e6cac, user: mistachkin, branch: vs2015)
32.0 days SQLite.Interop/SQLite.Interop.2005.vcproj
SQLite.Interop/SQLite.Interop.2008.vcproj
SQLite.Interop/SQLite.Interop.2010.vcxproj
SQLite.Interop/SQLite.Interop.2010.vcxproj.filters
SQLite.Interop/SQLite.Interop.2012.vcxproj
SQLite.Interop/SQLite.Interop.2012.vcxproj.filters
SQLite.Interop/SQLite.Interop.2013.vcxproj
SQLite.Interop/SQLite.Interop.2013.vcxproj.filters
SQLite.Interop/SQLite.Interop.CE.2005.vcproj
SQLite.Interop/SQLite.Interop.CE.2008.vcproj
SQLite.Interop/SQLite.Interop.CE.2012.vcxproj
SQLite.Interop/SQLite.Interop.CE.2012.vcxproj.filters
SQLite.Interop/SQLite.Interop.Static.2005.vcproj
SQLite.Interop/SQLite.Interop.Static.2008.vcproj
SQLite.Interop/SQLite.Interop.Static.2010.vcxproj
SQLite.Interop/SQLite.Interop.Static.2010.vcxproj.filters
SQLite.Interop/SQLite.Interop.Static.2012.vcxproj
SQLite.Interop/SQLite.Interop.Static.2012.vcxproj.filters
SQLite.Interop/SQLite.Interop.Static.2013.vcxproj
SQLite.Interop/SQLite.Interop.Static.2013.vcxproj.filters
SQLite.Interop/props/SQLite.Interop.2005.vsprops
SQLite.Interop/props/SQLite.Interop.2008.vsprops
SQLite.Interop/props/SQLite.Interop.2010.props
SQLite.Interop/props/SQLite.Interop.2012.props
SQLite.Interop/props/SQLite.Interop.2013.props
SQLite.Interop/src/win/interop.c
Add experimental support for the FTS5 loadable extension. (check-in: b1750e5eba, user: mistachkin, branch: trunk)
33.0 days Tests/tkt-71bedaca19.eagle
Add tests for ticket [71bedaca19]. (check-in: 1ddef23eb9, user: mistachkin, branch: trunk)
52.1 days Tests/progress.eagle
Change the base type for the SQLiteConnectionFlags enumeration to long integer. Improve exception handling in all native callbacks implemented in the SQLiteConnection class. Add Progress event and ProgressOps connection string property to enable raising progress events during long-running queries. (check-in: 3b020c8c80, user: mistachkin, branch: trunk)
53.9 days System.Data.SQLite.Linq/SQL Generation/DmlSqlGenerator.cs
testlinq/NorthwindModel.EF6.2010.edmx
testlinq/NorthwindModel.EF6.2012.edmx
testlinq/NorthwindModel.EF6.2013.edmx
testlinq/NorthwindModel.EF6.2015.edmx
testlinq/NorthwindModel.Linq.2008.edmx
testlinq/NorthwindModel.Linq.2010.edmx
testlinq/NorthwindModel.Linq.2012.edmx
testlinq/NorthwindModel.Linq.2013.edmx
testlinq/NorthwindModel.Linq.2015.edmx
Remove errant semi-colons from the SQL used by LINQ to INSERT and then SELECT rows with composite primary keys. Fix for [9d353b0bd8]. (check-in: 01a3da88e7, user: mistachkin, branch: trunk)
53.9 days SQLite.NET.2005.MSBuild.sln
SQLite.NET.2005.sln
SQLite.NET.2008.MSBuild.sln
SQLite.NET.2008.sln
SQLite.NET.2010.MSBuild.sln
SQLite.NET.2010.sln
SQLite.NET.2012.Compact.sln
Reorganize the solution files. (check-in: e0e67614a2, user: mistachkin, branch: trunk)
71.0 days Tests/all.eagle
Refactor how the test suite infrastructure package is handled. (check-in: 8728586263, user: mistachkin, branch: trunk)
77.0 days SQLite.Interop/src/win/interop.h
Update SQLite core library to the latest trunk code. (check-in: b994e3c790, user: mistachkin, branch: trunk)
77.1 days Doc/Extra/Provider/dbfactorysupport.html
NuGet/SQLite.Beta.nuspec
NuGet/SQLite.Core.Beta.nuspec
NuGet/SQLite.Core.MSIL.Beta.nuspec
NuGet/SQLite.Core.MSIL.Test.nuspec
NuGet/SQLite.Core.MSIL.nuspec
NuGet/SQLite.Core.Test.nuspec
NuGet/SQLite.Core.nuspec
NuGet/SQLite.EF6.Beta.nuspec
NuGet/SQLite.EF6.Test.nuspec
NuGet/SQLite.EF6.nuspec
NuGet/SQLite.Linq.Beta.nuspec
NuGet/SQLite.Linq.Test.nuspec
NuGet/SQLite.Linq.nuspec
NuGet/SQLite.MSIL.Beta.nuspec
NuGet/SQLite.MSIL.Test.nuspec
NuGet/SQLite.MSIL.nuspec
NuGet/SQLite.Test.nuspec
NuGet/SQLite.nuspec
NuGet/SQLite.x64.nuspec
NuGet/SQLite.x86.nuspec
SQLite.Designer/AssemblyInfo.cs
SQLite.Designer/source.extension.vsixmanifest
test/AssemblyInfo.cs
test/app.config
testce/AssemblyInfo.cs
testlinq/2008/LINQ/App.config
testlinq/2010/EF6/App.config
testlinq/2010/LINQ/App.config
testlinq/2012/EF6/App.config
testlinq/2012/LINQ/App.config
testlinq/2013/EF6/App.config
testlinq/2013/LINQ/App.config
testlinq/Properties/AssemblyInfo.cs
tools/install/Properties/AssemblyInfo.cs
Bump all version numbers to 1.0.98.0. Update version history docs. (check-in: ff1cdfc19c, user: mistachkin, branch: trunk)
80.9 days Setup/release.bat
Setup/release_ce_200x.bat
Setup/release_ce_2013.bat
Support building debug variants of all release packages. (check-in: 6316be1002, user: mistachkin, branch: trunk)
81.0 days Doc/Extra/Core/lang_attach.html
Doc/SQLite.NET.chm
NuGet/shared/Core/build/System.Data.SQLite.Core.targets
Updates for the 1.0.97.0 release. (check-in: b4a469371e, user: mistachkin, branch: trunk)
88.2 days Tests/tkt-7c151a2f0e.eagle
Make sure enabling UseUTF16Encoding sets the schema encoding to UTF-16. Fix for [7c151a2f0e]. (check-in: 749d5af8d3, user: mistachkin, branch: trunk)
101.8 days System.Data.SQLite/Configurations/System.Data.SQLite.dll.config
Update the example configuration file with the new environment variable. (check-in: bea855da67, user: mistachkin, branch: trunk)
101.8 days Doc/Extra/Provider/environment.html
Add DefaultFlags_SQLiteConnection environment variable to enable customization of the default connection flags. (check-in: 719a56624a, user: mistachkin, branch: trunk)
102.0 days Tests/tkt-72905c9a77.eagle
Update SQLite core library to the latest 3.8.10 pre-release. (check-in: ee4b5ffd21, user: mistachkin, branch: trunk)
116.2 days Tests/tkt-74542e702e.eagle
Tests/tkt-92dbf1229a.eagle
Improve ADO.NET conformance of the SQLiteDataReader.RecordsAffected property. Fix for [74542e702e]. (check-in: 68239f46ea, user: mistachkin, branch: trunk)
128.8 days lib/System.Data.SQLite/settings.before.mistachkin.eagle
More fine-tuning of script library / test suite integration. (check-in: 7bc6c13445, user: mistachkin, branch: trunk)
128.9 days Tests/tkt-2ce0870fad.eagle
Tests/tkt-b4a7ddc83f.eagle
Fix test suite usage of the haveSQLiteObjectCommand procedure. (check-in: b93bd7e4d2, user: mistachkin, branch: trunk)
129.0 days Tests/backup.eagle
Tests/thread.eagle
Tests/tkt-0d5b1ef362.eagle
Tests/tkt-17045010df.eagle
Tests/tkt-1c456ae75f.eagle
Tests/tkt-201128cc88.eagle
Tests/tkt-3113734605.eagle
Tests/tkt-343d392b51.eagle
Tests/tkt-393d954be0.eagle
Tests/tkt-3aa50d8413.eagle
Tests/tkt-3c00ec5b52.eagle
Tests/tkt-3e783eecbe.eagle
Tests/tkt-47f4bac575.eagle
Tests/tkt-48a6b8e4ca.eagle
Tests/tkt-58ed318f2f.eagle
Tests/tkt-6434e23a0f.eagle
Tests/tkt-647d282d11.eagle
Tests/tkt-6c6ecccc5f.eagle
Tests/tkt-7e3fa93744.eagle
Tests/tkt-84718e79fa.eagle
Tests/tkt-85b824b736.eagle
Tests/tkt-8c3bee31c8.eagle
Tests/tkt-94252b9059.eagle
Tests/tkt-996d13cd87.eagle
Tests/tkt-9ba9346f75.eagle
Tests/tkt-a7d04fb111.eagle
Tests/tkt-aba4549801.eagle
Tests/tkt-ac47dd230a.eagle
Tests/tkt-ae5267b863.eagle
Tests/tkt-bb4b04d457.eagle
Tests/tkt-c28d7fe915.eagle
Tests/tkt-daeaf3150a.eagle
Tests/tkt-e1b2e0f769.eagle
Tests/tkt-e30b820248.eagle
Tests/tkt-e47b3d8346.eagle
Tests/tkt-ef2216192d.eagle
Tests/tkt-f2c47a01eb.eagle
Tests/tkt-fe50b8c2e8.eagle
Tests/vtab.eagle
Modify the test suite itself to work without the 'object' command, if necessary. (check-in: 673875e370, user: mistachkin, branch: trunk)
129.2 days Doc/Extra/Core/lang.html
Doc/Extra/Core/lang_aggfunc.html
Doc/Extra/Core/lang_altertable.html
Doc/Extra/Core/lang_analyze.html
Doc/Extra/Core/lang_comment.html
Doc/Extra/Core/lang_conflict.html
Doc/Extra/Core/lang_corefunc.html
Doc/Extra/Core/lang_createindex.html
Doc/Extra/Core/lang_createtrigger.html
Doc/Extra/Core/lang_createview.html
Doc/Extra/Core/lang_createvtab.html
Doc/Extra/Core/lang_datefunc.html
Doc/Extra/Core/lang_delete.html
Doc/Extra/Core/lang_detach.html
Doc/Extra/Core/lang_dropindex.html
Doc/Extra/Core/lang_droptable.html
Doc/Extra/Core/lang_droptrigger.html
Doc/Extra/Core/lang_dropview.html
Doc/Extra/Core/lang_explain.html
Doc/Extra/Core/lang_expr.html
Doc/Extra/Core/lang_indexedby.html
Doc/Extra/Core/lang_insert.html
Doc/Extra/Core/lang_keywords.html
Doc/Extra/Core/lang_naming.html
Doc/Extra/Core/lang_reindex.html
Doc/Extra/Core/lang_replace.html
Doc/Extra/Core/lang_savepoint.html
Doc/Extra/Core/lang_select.html
Doc/Extra/Core/lang_transaction.html
Doc/Extra/Core/lang_update.html
Doc/Extra/Core/lang_vacuum.html
Doc/Extra/Core/lang_with.html
Doc/Extra/Core/syntax.html
Doc/Extra/Core/syntax/alter-table-stmt.html
Doc/Extra/Core/syntax/analyze-stmt.html
Doc/Extra/Core/syntax/attach-stmt.html
Doc/Extra/Core/syntax/begin-stmt.html
Doc/Extra/Core/syntax/column-constraint.html
Doc/Extra/Core/syntax/column-def.html
Doc/Extra/Core/syntax/comment-syntax.html
Doc/Extra/Core/syntax/commit-stmt.html
Doc/Extra/Core/syntax/common-table-expression.html
Doc/Extra/Core/syntax/compound-operator.html
Doc/Extra/Core/syntax/compound-select-stmt.html
Doc/Extra/Core/syntax/conflict-clause.html
Doc/Extra/Core/syntax/create-index-stmt.html
Doc/Extra/Core/syntax/create-table-stmt.html
Doc/Extra/Core/syntax/create-trigger-stmt.html
Doc/Extra/Core/syntax/create-view-stmt.html
Doc/Extra/Core/syntax/create-virtual-table-stmt.html
Doc/Extra/Core/syntax/cte-table-name.html
Doc/Extra/Core/syntax/delete-stmt-limited.html
Doc/Extra/Core/syntax/delete-stmt.html
Doc/Extra/Core/syntax/detach-stmt.html
Doc/Extra/Core/syntax/drop-index-stmt.html
Doc/Extra/Core/syntax/drop-table-stmt.html
Doc/Extra/Core/syntax/drop-trigger-stmt.html
Doc/Extra/Core/syntax/drop-view-stmt.html
Doc/Extra/Core/syntax/expr.html
Doc/Extra/Core/syntax/factored-select-stmt.html
Doc/Extra/Core/syntax/foreign-key-clause.html
Doc/Extra/Core/syntax/indexed-column.html
Doc/Extra/Core/syntax/insert-stmt.html
Doc/Extra/Core/syntax/join-clause.html
Doc/Extra/Core/syntax/join-constraint.html
Doc/Extra/Core/syntax/join-operator.html
Doc/Extra/Core/syntax/literal-value.html
Doc/Extra/Core/syntax/numeric-literal.html
Doc/Extra/Core/syntax/ordering-term.html
Doc/Extra/Core/syntax/pragma-stmt.html
Doc/Extra/Core/syntax/pragma-value.html
Doc/Extra/Core/syntax/qualified-table-name.html
Doc/Extra/Core/syntax/raise-function.html
Doc/Extra/Core/syntax/recursive-cte.html
Doc/Extra/Core/syntax/reindex-stmt.html
Doc/Extra/Core/syntax/release-stmt.html
Doc/Extra/Core/syntax/result-column.html
Doc/Extra/Core/syntax/rollback-stmt.html
Doc/Extra/Core/syntax/savepoint-stmt.html
Doc/Extra/Core/syntax/select-core.html
Doc/Extra/Core/syntax/select-stmt.html
Doc/Extra/Core/syntax/signed-number.html
Doc/Extra/Core/syntax/simple-select-stmt.html
Doc/Extra/Core/syntax/sql-stmt-list.html
Doc/Extra/Core/syntax/sql-stmt.html
Doc/Extra/Core/syntax/table-constraint.html
Doc/Extra/Core/syntax/table-or-subquery.html
Doc/Extra/Core/syntax/type-name.html
Doc/Extra/Core/syntax/update-stmt-limited.html
Doc/Extra/Core/syntax/update-stmt.html
Doc/Extra/Core/syntax/vacuum-stmt.html
Doc/Extra/Core/syntax/with-clause.html
Doc/Extra/Core/syntaxdiagrams.html
Update the included core library documentation. (check-in: ba3097cbdb, user: mistachkin, branch: trunk)
142.0 days System.Data.SQLite.Linq/SQLiteProviderServices.cs
When BinaryGUID handling is off, transform the LINQ paramter types as well. Fix for [a4d9c7ee94]. (check-in: 87b4244129, user: mistachkin, branch: trunk)
142.1 days System.Data.SQLite/SQLiteCommand.cs
System.Data.SQLite/SQLiteParameter.cs
When creating a parameter associated with a specific command, keep track of that command. (check-in: 64d7e6903e, user: mistachkin, branch: trunk)
143.0 days Externals/EntityFramework/lib/net40/EntityFramework.SqlServer.dll
Externals/EntityFramework/lib/net40/EntityFramework.dll
Externals/EntityFramework/lib/net40/EntityFramework.xml
Externals/EntityFramework/lib/net45/EntityFramework.SqlServer.dll
Externals/EntityFramework/lib/net45/EntityFramework.dll
Externals/EntityFramework/lib/net45/EntityFramework.xml
Update EntityFramework in externals to 6.1.3. (check-in: 8833a710e9, user: mistachkin, branch: trunk)
165.8 days Setup/verify.eagle
Pickup release archive verification tool changes from upstream. (check-in: 8692ce7849, user: mistachkin, branch: nextRelease)
166.0 days www/support.wiki
Cosmetic change to the previous check-in. (check-in: 2eda4ee714, user: mistachkin, branch: nextRelease)
166.0 days Doc/Extra/Provider/limitations.html
Doc/Extra/Provider/optimizing.html
Doc/SQLite.NET.ndoc
SQLite.Designer/Editors/TableDesignerDoc.cs
SQLite.Designer/Editors/ViewDesignerDoc.cs
www/contribute.wiki
Update mailing list addresses. (check-in: 789558b44e, user: mistachkin, branch: nextRelease)
187.1 days SQLite.Designer/VSPackage.Designer.cs
SQLite.Designer/VSPackage.resx
SQLite.Designer/plk.txt
SQLite.Interop/src/contrib/extension-functions.c
SQLite.Interop/src/win/AssemblyInfo.cpp
SQLite.Interop/src/win/SQLite.Interop.rc
System.Data.SQLite.Linq/Resources/SQLiteProviderServices.ProviderManifest.xml
www/copyright.wiki
www/faq.wiki
www/index.wiki
www/source.wiki
www/test.wiki
Change links to HTTPS, where applicable. (check-in: 192aebcb1d, user: mistachkin, branch: httpsLinks)
189.9 days Externals/MSVCPP/vcredist_x64_2012_VSU4.exe
Externals/MSVCPP/vcredist_x86_2012_VSU4.exe
Setup/set_netFx45.bat
Setup/set_x64_2012.bat
Setup/set_x86_2012.bat
Switch to Visual C++ Redistributable for Visual Studio 2012 Update 4. Update the master release archive manifest. (check-in: ee4f54fca8, user: mistachkin, branch: trunk)
190.0 days NuGet/shared/Core/content/config.install.xdt
Modify the XDT transform used by the EF6 NuGet packages to omit removal of the EF6 provider itself. (check-in: 7737ecc51b, user: mistachkin, branch: trunk)
190.1 days Setup/build_nuget.bat
In the NuGet package building tool, make sure the build output directory is present. (check-in: 9384e9b2ac, user: mistachkin, branch: trunk)
191.9 days Externals/EntityFramework/lib/net40/EntityFramework.SqlServer.xml
Externals/EntityFramework/lib/net45/EntityFramework.SqlServer.xml
Update the Entity Framework version to 6.1.2.0. (check-in: ae3f5740fc, user: mistachkin, branch: trunk)
207.3 days Setup/build_ce_200x.bat
Make it easier to test a subset of the supported Visual Studio versions. (check-in: b8b5a66015, user: mistachkin, branch: trunk)
214.8 days System.Data.SQLite.Linq/SQLiteProviderManifest.cs
Fix extra single quotes around the formatted DateTime values in the LINQ assembly. Use GetSettingValue to access the new environment variables. (check-in: 45312da90e, user: mistachkin, branch: tkt-8d928c3e88)
214.9 days Tests/tkt-8d928c3e88.eagle
Add SQLite_ForceLogPrepare environment variable to force logging of all prepared SQL regardless of the flags for the associated connection. Add more tests. (check-in: 2f3a593340, user: mistachkin, branch: tkt-8d928c3e88)
218.8 days System.Data.SQLite.Linq/Resources/SQLiteProviderServices.StoreSchemaDefinition.EF6.ssdl
System.Data.SQLite.Linq/Resources/SQLiteProviderServices.StoreSchemaDefinition.Linq.ssdl
Make the storage schema (SSDL) files more consistent with their provider names. (check-in: b59de72204, user: mistachkin, branch: tkt-8d928c3e88)
219.2 days System.Data.SQLite.Linq/SQL Generation/SqlBuilder.cs
More work on testability. (check-in: d8ed5e99ae, user: mistachkin, branch: tkt-8d928c3e88)
249.2 days Doc/SQLite.NET.hhc
Doc/SQLite.NET.hhp
Doc/buildChm.tcl
Update the included core library documentation. (check-in: 9ade973926, user: mistachkin, branch: trunk)
269.0 days SQLite.Interop/src/win/crypt.c
Update SQLite core library to the 3.8.7.2 release. (check-in: 919cb869dc, user: mistachkin, branch: trunk)
275.0 days System.Data.SQLite.Linq/SQL Generation/SqlSelectStatement.cs
Tests/tkt-0a32885109.eagle
Rewrite previous fix for [0a32885109] so it retains the ORDER BY, LIMIT, and OFFSET clauses. (check-in: a9d19a3b28, user: mistachkin, branch: tkt-0a32885109)
323.8 days System.Data.SQLite/SQLiteTransaction.cs
Change the type of all '_version' fields to simply 'int' instead of 'long', which will hopefully result in a small speed increase. (check-in: ffbc71c72b, user: mistachkin, branch: experimental)
326.9 days Tests/tkt-00f86f9739.eagle
Tests/tkt-448d663d11.eagle
Tests/tkt-59edc1018b.eagle
Tests/tkt-8b7d179c3c.eagle
Tests/tkt-ccfa69fc32.eagle
Tests/tkt-da9f18d039.eagle
Centralize most test suite handling of constraints that check for the existence of files. (check-in: 530c121d5f, user: mistachkin, branch: trunk)
344.2 days System.Data.SQLite.url
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, branch: trunk)
345.2 days Doc/Extra/Core/images/syntax/numeric-literal.gif
Update imported SQLite core library documentation. (check-in: 8e13c43294, user: mistachkin, branch: trunk)
345.2 days SQLite.Designer/SQLiteDataAdapterToolboxItem.cs
More work on getting the design-time components to detect and use the EF6 enabled provider. (check-in: 30c1589da7, user: mistachkin, branch: nugetChanges)
345.8 days SQLite.Designer/SQLiteConnectionUIControl.Designer.cs
Enhance the design-time components and installer in order to better support EF6 model entity generation. (check-in: c9f62dd914, user: mistachkin, branch: trunk)
345.8 days Setup/build_all.bat
Update batch build tool to include the 'Debug' configuration by default. (check-in: daec116031, user: mistachkin, branch: trunk)
1.00 years Setup/deployAndTestCe200x.eagle
Improve comments in the WinCE testing tool. (check-in: cb8ccab996, user: mistachkin, branch: trunk)
1.03 years .fossil-settings/ignore-glob
Update ignore-glob setting for Fossil. (check-in: dcc0c2a960, user: mistachkin, branch: trunk)
1.03 years SQLite.Designer/SQLiteConnectionUIControl.cs
Improve error handling in the design-time components when the provider is not found. (check-in: 3013b98ea2, user: mistachkin, branch: designOptions)
1.03 years Setup/test.bat
Setup/test_all.bat
Batch tool enhancements for testing. (check-in: b799bc86e7, user: mistachkin, branch: trunk)
1.04 years SQLite.Designer/SQLiteConnectionStringEditor.cs
Fix missing call to SQLiteOptions.GetProviderName. (check-in: f294bad7b4, user: mistachkin, branch: designOptions)
1.04 years SQLite.Designer/SQLiteConnectionProperties.cs
Support the 'FullUri' connection string property in the design-time components. (check-in: bb7dce2c26, user: mistachkin, branch: designOptions)
1.04 years Targets/SQLite.NET.targets
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, branch: trunk)
1.04 years SQLite.Designer/SQLiteConnectionUIControl.resx
Add user-interface integration for the per-solution provider name configuration option. (check-in: 1e8b52743b, user: mistachkin, branch: designOptions)
1.04 years SQLite.Designer/SQLiteDataConnectionSupport.cs
SQLite.Designer/SQLitePackage.cs
Revise method names introduced in the previous check-in. Call the SQLiteOptions class from all the appropriate places. (check-in: 015eca543d, user: mistachkin, branch: designOptions)
1.04 years SQLite.Designer/SQLite.Designer.2005.csproj
SQLite.Designer/SQLite.Designer.2008.csproj
SQLite.Designer/SQLite.Designer.2010.csproj
SQLite.Designer/SQLite.Designer.2012.csproj
SQLite.Designer/SQLite.Designer.2013.csproj
Initial support for loading/saving options in the design-time components. (check-in: b26261e090, user: mistachkin, branch: designOptions)
1.04 years NuGet/net40/EF6/content/config.transform
NuGet/shared/Core/content/config.transform
Cleanup the NuGet package configuration transform files. (check-in: b4069b4c09, user: mistachkin, branch: trunk)
1.08 years Setup/bake.bat
Move the 'setup' data files to their own directory. (check-in: 38406dba38, user: mistachkin, branch: trunk)
1.22 years Setup/test_ce_200x.bat
Rename the script used for testing builds for Windows CE 200x. (check-in: 32f6c0410c, user: mistachkin, branch: trunk)
1.22 years Setup/set_Debug.bat
Setup/set_DebugNativeOnly.bat
Setup/set_DebugNativeOnly_ARMV7.bat
Setup/set_DebugNativeOnly_CEPC DevPlatform.bat
Setup/set_DebugNativeOnly_Pocket PC 2003 (ARMV4).bat
Setup/set_DebugNativeOnly_Win32.bat
Setup/set_DebugNativeOnly_x64.bat
Setup/set_DebugNativeOnly_x64_2005.bat
Setup/set_DebugNativeOnly_x64_2008.bat
Setup/set_DebugNativeOnly_x64_2010.bat
Setup/set_DebugNativeOnly_x64_2012.bat
Setup/set_DebugNativeOnly_x64_2013.bat
Setup/set_DebugNativeOnly_x86_2005.bat
Setup/set_DebugNativeOnly_x86_2008.bat
Setup/set_DebugNativeOnly_x86_2010.bat
Setup/set_DebugNativeOnly_x86_2012.bat
Setup/set_DebugNativeOnly_x86_2013.bat
Setup/set_Debug_ARMV7.bat
Setup/set_Debug_CEPC DevPlatform.bat
Setup/set_Debug_Pocket PC 2003 (ARMV4).bat
Setup/set_Debug_Win32.bat
Setup/set_Debug_x64.bat
Setup/set_Debug_x64_2005.bat
Setup/set_Debug_x64_2008.bat
Setup/set_Debug_x64_2010.bat
Setup/set_Debug_x64_2012.bat
Setup/set_Debug_x64_2013.bat
Setup/set_Debug_x86_2005.bat
Setup/set_Debug_x86_2008.bat
Setup/set_Debug_x86_2010.bat
Setup/set_Debug_x86_2012.bat
Setup/set_Debug_x86_2013.bat
Add debug configuration files for use by the build and release automation. (check-in: 5a73e5137c, user: mistachkin, branch: trunk)
1.26 years Externals/MSVCPP/vcredist_x64_2013_VSU2.exe
Externals/MSVCPP/vcredist_x86_2013_VSU2.exe
Setup/set_netFx451.bat
Setup/set_x64_2013.bat
Setup/set_x86_2013.bat
Update the Visual C++ 2013 redistributable packages in externals to Visual Studio 2013 Update 2. (check-in: cdce870cee, user: mistachkin, branch: trunk)
1.27 years www/art/sqlite128.png
Add an icon with a size of 128 pixels and use it from the NuGet packages. (check-in: b4f7cca567, user: mistachkin, branch: trunk)
1.30 years System.Data.SQLite.Linq/SQLiteProviderFactory.cs
Have the SQLiteProviderFactory class (in the System.Data.SQLite.Linq assembly) implement the IServiceProvider interface. (check-in: 6911b6547b, user: mistachkin, branch: linqServiceProvider)
1.36 years Setup/archive.bat
Fix build for .NET Compact Framework. Relocate the archive exclusion files. (check-in: 9b72adde17, user: mistachkin, branch: trunk)
1.39 years System.Data.SQLite.Linq/System.Data.SQLite.EF6.2010.csproj
Add an managed-only varient of the 'Core' NuGet package. (check-in: 159e40e4a7, user: mistachkin, branch: trunk)
1.43 years System.Data.SQLite.Linq/System.Data.SQLite.Core.2010.csproj
System.Data.SQLite.Linq/System.Data.SQLite.Core.2012.csproj
System.Data.SQLite.Linq/System.Data.SQLite.Core.2013.csproj
System.Data.SQLite.Linq/System.Data.SQLite.Linq.2008.csproj
System.Data.SQLite/Resources/SR.resx
System.Data.SQLite/System.Data.SQLite.2005.csproj
System.Data.SQLite/System.Data.SQLite.2008.csproj
System.Data.SQLite/System.Data.SQLite.2010.csproj
System.Data.SQLite/System.Data.SQLite.2012.csproj
System.Data.SQLite/System.Data.SQLite.2013.csproj
System.Data.SQLite/System.Data.SQLite.Compact.2005.csproj
System.Data.SQLite/System.Data.SQLite.Compact.2008.csproj
System.Data.SQLite/System.Data.SQLite.Compact.2012.csproj
System.Data.SQLite/System.Data.SQLite.Module.2005.csproj
System.Data.SQLite/System.Data.SQLite.Module.2008.csproj
System.Data.SQLite/System.Data.SQLite.Module.2010.csproj
System.Data.SQLite/System.Data.SQLite.Module.2012.csproj
System.Data.SQLite/System.Data.SQLite.Module.2013.csproj
test/test.2005.csproj
test/test.2008.csproj
test/test.2010.csproj
test/test.2012.csproj
test/test.2013.csproj
testlinq/test.2010.csproj
testlinq/test.2012.csproj
testlinq/test.2013.csproj
testlinq/testlinq.2008.csproj
tools/install/Installer.2005.csproj
tools/install/Installer.2008.csproj
tools/install/Installer.2010.csproj
tools/install/Installer.2012.csproj
tools/install/Installer.2013.csproj
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)
1.44 years www/art/nocopy.gif
Add copyright notice. (check-in: 4e5fae7090, user: mistachkin, branch: trunk)
1.49 years NuGet/net40/EF6/tools/provider.ps1
Refactor how the NuGet package internals are organized. (check-in: 0ee4f5564f, user: mistachkin, branch: trunk)
1.51 years Setup/set_user_mistachkin_Debug.bat
Add TRACE_DETECTION compile-time define and modify several Trace.WriteLine calls in the native library pre-loading code to use it. (check-in: a614401f38, user: mistachkin, branch: trunk)
1.52 years Doc/Extra/Core/images/sqlite370_banner.gif
Doc/Extra/Core/images/syntax/alter-table-stmt.gif
Doc/Extra/Core/images/syntax/analyze-stmt.gif
Doc/Extra/Core/images/syntax/attach-stmt.gif
Doc/Extra/Core/images/syntax/begin-stmt.gif
Doc/Extra/Core/images/syntax/column-constraint.gif
Doc/Extra/Core/images/syntax/column-def.gif
Doc/Extra/Core/images/syntax/comment-syntax.gif
Doc/Extra/Core/images/syntax/commit-stmt.gif
Doc/Extra/Core/images/syntax/common-table-expression.gif
Doc/Extra/Core/images/syntax/compound-operator.gif
Doc/Extra/Core/images/syntax/compound-select-stmt.gif
Doc/Extra/Core/images/syntax/conflict-clause.gif
Doc/Extra/Core/images/syntax/create-index-stmt.gif
Doc/Extra/Core/images/syntax/create-table-stmt.gif
Doc/Extra/Core/images/syntax/create-trigger-stmt.gif
Doc/Extra/Core/images/syntax/create-view-stmt.gif
Doc/Extra/Core/images/syntax/create-virtual-table-stmt.gif
Doc/Extra/Core/images/syntax/cte-table-name.gif
Doc/Extra/Core/images/syntax/delete-stmt-limited.gif
Doc/Extra/Core/images/syntax/delete-stmt.gif
Doc/Extra/Core/images/syntax/detach-stmt.gif
Doc/Extra/Core/images/syntax/drop-index-stmt.gif
Doc/Extra/Core/images/syntax/drop-table-stmt.gif
Doc/Extra/Core/images/syntax/drop-trigger-stmt.gif
Doc/Extra/Core/images/syntax/drop-view-stmt.gif
Doc/Extra/Core/images/syntax/expr.gif
Doc/Extra/Core/images/syntax/factored-select-stmt.gif
Doc/Extra/Core/images/syntax/foreign-key-clause.gif
Doc/Extra/Core/images/syntax/indexed-column.gif
Doc/Extra/Core/images/syntax/insert-stmt.gif
Doc/Extra/Core/images/syntax/join-clause.gif
Doc/Extra/Core/images/syntax/join-constraint.gif
Doc/Extra/Core/images/syntax/join-operator.gif
Doc/Extra/Core/images/syntax/literal-value.gif
Doc/Extra/Core/images/syntax/ordering-term.gif
Doc/Extra/Core/images/syntax/pragma-stmt.gif
Doc/Extra/Core/images/syntax/pragma-value.gif
Doc/Extra/Core/images/syntax/qualified-table-name.gif
Doc/Extra/Core/images/syntax/raise-function.gif
Doc/Extra/Core/images/syntax/recursive-cte.gif
Doc/Extra/Core/images/syntax/reindex-stmt.gif
Doc/Extra/Core/images/syntax/release-stmt.gif
Doc/Extra/Core/images/syntax/result-column.gif
Doc/Extra/Core/images/syntax/rollback-stmt.gif
Doc/Extra/Core/images/syntax/savepoint-stmt.gif
Doc/Extra/Core/images/syntax/select-core.gif
Doc/Extra/Core/images/syntax/select-stmt.gif
Doc/Extra/Core/images/syntax/signed-number.gif
Doc/Extra/Core/images/syntax/simple-select-stmt.gif
Doc/Extra/Core/images/syntax/sql-stmt-list.gif
Doc/Extra/Core/images/syntax/sql-stmt.gif
Doc/Extra/Core/images/syntax/table-constraint.gif
Doc/Extra/Core/images/syntax/table-or-subquery.gif
Doc/Extra/Core/images/syntax/type-name.gif
Doc/Extra/Core/images/syntax/update-stmt-limited.gif
Doc/Extra/Core/images/syntax/update-stmt.gif
Doc/Extra/Core/images/syntax/vacuum-stmt.gif
Doc/Extra/Core/images/syntax/with-clause.gif
Doc/Extra/Provider/syntax.html
Import new SQLite core docs. (check-in: c221f9714d, user: mistachkin, branch: coreDocs)
1.53 years Doc/Extra/Provider/lang_types.html
Reorganize the documentation files. (check-in: 6fc137b4c3, user: mistachkin, branch: trunk)
1.54 years System.Data.SQLite/Resources/DataTypes.xml
Make sure that the 'real' entity model data type name ends up being mapped to System.Double. Fix for [d5ef4ca519]. (check-in: 10e6d40e81, user: mistachkin, branch: trunk)
1.56 years data/exclude_bin.txt
Support all external test executables running on WoW64 as well. (check-in: 01a857efee, user: mistachkin, branch: trunk)
1.56 years data/exclude_src.txt
Support testing of the 32-bit SQLite core native library on a 64-bit machine. (check-in: b7f16caeb1, user: mistachkin, branch: trunk)
1.58 years lib/System.Data.SQLite/settings.stress.mistachkin.eagle
Add connection flags NoConnectionPool and UseConnectionPool. Several enhancements to the stress test. (check-in: 54f887ca5c, user: mistachkin, branch: trunk)
1.59 years System.Data.SQLite.Linq/Properties/Resources.Designer.cs
More namespace/resource changes to get more tests working. (check-in: 5a8b708142, user: mistachkin, branch: newNs)
1.59 years System.Data.SQLite.Linq/SQL Generation/ISqlFragment.cs
System.Data.SQLite.Linq/SQL Generation/JoinSymbol.cs
System.Data.SQLite.Linq/SQL Generation/MetadataHelpers.cs
System.Data.SQLite.Linq/SQL Generation/SkipClause.cs
System.Data.SQLite.Linq/SQL Generation/SqlWriter.cs
System.Data.SQLite.Linq/SQL Generation/Symbol.cs
System.Data.SQLite.Linq/SQL Generation/SymbolPair.cs
System.Data.SQLite.Linq/SQL Generation/SymbolTable.cs
System.Data.SQLite.Linq/SQL Generation/TopClause.cs
Experimental changes to the namespace for the LINQ/EF6 assemblies. (check-in: 8a14de9d76, user: mistachkin, branch: newNs)
1.59 years testlinq/NorthwindModel.EF6.2010.Designer.cs
testlinq/NorthwindModel.EF6.2012.Designer.cs
testlinq/NorthwindModel.EF6.2013.Designer.cs
testlinq/NorthwindModel.EF6.2015.Designer.cs
testlinq/NorthwindModel.Linq.2008.Designer.cs
testlinq/NorthwindModel.Linq.2010.Designer.cs
testlinq/NorthwindModel.Linq.2012.Designer.cs
testlinq/NorthwindModel.Linq.2013.Designer.cs
testlinq/NorthwindModel.Linq.2015.Designer.cs
testlinq/testef6.2010.csproj
testlinq/testef6.2012.csproj
testlinq/testef6.2013.csproj
testlinq/testlinq.2010.csproj
testlinq/testlinq.2012.csproj
testlinq/testlinq.2013.csproj
Work on supporting the test suite and making the new assembly work. (check-in: e3c75bc864, user: mistachkin, branch: ef6)
1.59 years System.Data.SQLite.Linq/System.Data.SQLite.Linq.2013.csproj
Fix several comment typos in the new project files. (check-in: c7c653be6f, user: mistachkin, branch: ef6)
1.59 years System.Data.SQLite.Linq/System.Data.SQLite.EF6.2012.csproj
System.Data.SQLite.Linq/System.Data.SQLite.EF6.2013.csproj
System.Data.SQLite.Linq/System.Data.SQLite.Linq.2010.csproj
System.Data.SQLite.Linq/System.Data.SQLite.Linq.2012.csproj
Initial work on supporting Entity Framework 6. (check-in: ccffecfbb0, user: mistachkin, branch: ef6)
1.62 years www/features.wiki
More readability fixes for the wiki pages. (check-in: 13e4a1ba1f, user: mistachkin, branch: trunk)
1.70 years SQLite.Interop/src/ext/percentile.c
Add the percentile loadable extension to the interop assembly. (check-in: ebd58ca385, user: mistachkin, branch: trunk)
1.71 years Tests/tkt-c010fa6584.eagle
Use the built-in StringComparer.OrdinalIgnoreCase class instead of the custom ColumnNameComparer class. Update several tests to account for .NET Framework and SQLite core library changes. (check-in: 8d1ca7dd3b, user: mistachkin, branch: trunk)
1.72 years SQLite.Designer/SQLiteDataObjectSupport2005.xml
SQLite.Designer/SQLiteDataObjectSupport2008.xml
SQLite.Designer/SQLiteDataObjectSupport2010.xml
SQLite.Designer/SQLiteDataObjectSupport2012.xml
SQLite.Designer/SQLiteDataObjectSupport2013.xml
SQLite.Designer/SQLiteDataObjectSupport2015.xml
SQLite.Designer/SQLiteDataViewSupport2005.xml
SQLite.Designer/SQLiteDataViewSupport2008.xml
SQLite.Designer/SQLiteDataViewSupport2010.xml
SQLite.Designer/SQLiteDataViewSupport2012.xml
SQLite.Designer/SQLiteDataViewSupport2013.xml
SQLite.Designer/SQLiteDataViewSupport2015.xml
Updates to support the Visual Studio 2013 design-time components. (check-in: 71dce9f1cf, user: mistachkin, branch: vs2013)
1.72 years Setup/set_ReleaseNativeOnly_x64_2013.bat
Setup/set_ReleaseNativeOnly_x86_2013.bat
Setup/set_Release_x64_2013.bat
Setup/set_Release_x86_2013.bat
More build automation changes for Visual Studio 2013. (check-in: d9772da9a4, user: mistachkin, branch: vs2013)
1.73 years Setup/build_ce_2013.bat
Setup/set_ReleaseNativeOnly_ARMV7.bat
Setup/set_Release_ARMV7.bat
Adjustments for integration with the Windows Embedded Compact 2013 Toolkit. (check-in: c6cd6a27d0, user: mistachkin, branch: wince2013)
1.73 years Setup/release_all.bat
Add Windows Embedded Compact 2013 binary archives to the master release archive manifest. (check-in: 6f169a658f, user: mistachkin, branch: wince2013)
1.73 years Setup/set_ReleaseNativeOnly_CEPC DevPlatform.bat
Setup/set_Release_CEPC DevPlatform.bat
Add platform configuration batch files. (check-in: 25aa74f219, user: mistachkin, branch: wince2013)
1.80 years SQLite.Interop/src/ext/regexp.c
Add experimental support for the regexp extension. (check-in: c0260ae9bc, user: mistachkin, branch: regexp)
1.80 years Externals/Eagle/bin/EagleShell.exe.mda.config
Update the MDA configuration file for the test suite. (check-in: 256e2dfd8e, user: mistachkin, branch: trunk)
1.83 years SQLite.Interop/src/ext/totype.c
Update SQLite core library to the latest trunk code. Add the 'totype' extension. (check-in: 159d24c754, user: mistachkin, branch: trunk)
1.91 years Externals/NDoc3/bin/NDoc3.Documenter.Msdn.dll
Externals/NDoc3/src/MsdnDocumenter.cs
Externals/NDoc3/src/NameResolver.cs
Fix a bug in NDoc3 that prevented external links from working correctly for the built-in return types and parameter types in the built CHM file. (check-in: ce3e0bd842, user: mistachkin, branch: trunk)
1.91 years System.Data.SQLite/AssemblySourceIdAttribute.cs
System.Data.SQLite/AssemblySourceTimeStampAttribute.cs
Add missing comments for the new attribute classes. (check-in: b434e4278d, user: mistachkin, branch: trunk)
1.91 years Setup/sourceTag.eagle
Rename the ManagedVersion property to ProviderVersion. Rename the ManagedSourceId property to ProviderSourceId. Add InteropVersion and InteropSourceId properties to the SQLiteConnection class. (check-in: 25174c66f9, user: mistachkin, branch: trunk)
1.91 years System.Data.SQLite/SQLitePatchLevel.cs
Add ManagedVersion and ManagedSourceId properties to the SQLiteConnection class. (check-in: 7eca16cac4, user: mistachkin, branch: trunk)
2.02 years Externals/Eagle/bin/EagleShell.exe.config
Externals/Eagle/lib/Eagle1.0/word.tcl
Update Eagle in externals to the latest trunk code. (check-in: 67be01e9c6, user: mistachkin, branch: trunk)
2.03 years SQLite.Interop/src/ext/vtshim.c
Fix an issue that can occur during the disposal of a managed virtual table object instance. (check-in: 574f754156, user: mistachkin, branch: trunk)
2.06 years SQLite.Interop/props/include.vsprops
Project loading fix. Allow the SQLite.Interop projects for VS 2005/2008 to load without the INTEROP_EXTRA_PROPS_FILE environment variable being set. (check-in: 311fc5a801, user: mistachkin, branch: trunk)
2.06 years SQLite.Interop/props/empty.vsprops
Add an empty (placeholder) Visual Studio 2005/2008 compatible properties file. (check-in: 1d3dd7ea19, user: mistachkin, branch: trunk)
2.09 years System.Data.SQLite/SQLiteModuleNoop.cs
Modify classes implementing the IDisposable pattern to set the disposed flag after their base classes have been disposed. (check-in: db3a299625, user: mistachkin, branch: marshalFixes)
2.21 years System.Data.SQLite/Resources/SR.Designer.cs
test/Properties/Resources.Designer.cs
Seal various internal classes that are never derived from. (check-in: e8abe75ff5, user: mistachkin, branch: trunk)
2.25 years Externals/Eagle/lib/Eagle1.0/safe.eagle
Update Eagle in externals to the latest trunk code. (check-in: 1b40ed593a, user: mistachkin, branch: trunk)
2.27 years testce/Program.cs
Further modularization work on the .NET Compact Framework test app. (check-in: 2f2b657781, user: mistachkin, branch: trunk)
2.27 years testce/test.sql
Enhance the .NET Compact Framework test app to allow custom SQL to be executed prior to running the tests. (check-in: ab52fdc3e8, user: mistachkin, branch: trunk)
2.28 years www/contrib_agreement.wiki
Fixup HTML entity escapes in the contributor agreement. (check-in: f6168a7941, user: mistachkin, branch: trunk)
2.33 years test/TestCasesDialog.cs
When the legacy unit test application is running in automatic mode, hide the form. (check-in: 4a31424a6b, user: mistachkin, branch: trunk)
2.38 years Externals/MSVCPP/vcredist_x64_2005_SP1_MFC.exe
Externals/MSVCPP/vcredist_x86_2005_SP1_MFC.exe
Setup/set_netFx20.bat
Setup/set_netFx35.bat
Setup/set_netFx40.bat
Setup/set_x64_2005.bat
Setup/set_x64_2008.bat
Setup/set_x64_2010.bat
Setup/set_x86_2005.bat
Setup/set_x86_2008.bat
Setup/set_x86_2010.bat
Update content and naming of the external MSVC runtime redistributable files. (check-in: 9de2b17407, user: mistachkin, branch: trunk)
2.43 years Setup/data/CheckForNetFx.pas
More precise handling of slashes in the file names constructed during the setup. (check-in: ac94d2bde1, user: mistachkin, branch: trunk)
2.44 years Tests/tkt-3567020edf.eagle
Add tests. (check-in: 99befef947, user: mistachkin, branch: tkt-3567020edf)
2.49 years System.Data.SQLite/SQLiteConnectionPool.cs
Add testing for the custom connection pool functionality. (check-in: 8549eb3248, user: mistachkin, branch: customPool)
2.67 years Tests/empty.eagle
Add ParseViaFramework property to the SQLiteConnection class to allow the built-in (i.e. framework provided) connection string parser to be used when opening a connection. Pursuant to [b4cc611998]. (check-in: ba458b79fd, user: mistachkin, branch: trunk)
2.83 years .fossil-settings/crnl-glob
In the stress test, always set thread names and allow the workload thread priorities to be overridden. (check-in: 185b17b09d, user: mistachkin, branch: trunk)
2.90 years Setup/bake_all.bat
Setup/release_static.bat
System.Data.SQLite/LINQ/SQLiteConnection_Linq.cs
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. (check-in: 5759e099be, user: mistachkin, branch: trunk)
2.91 years Setup/set_ReleaseNativeOnly_x64_2005.bat
Setup/set_ReleaseNativeOnly_x86_2005.bat
Setup/set_Release_x64_2005.bat
Setup/set_Release_x86_2005.bat
Restrict the setup to installing one version of the Visual Studio design-time components. Add better support for Visual Studio 2005 to the build and setup automation. (check-in: 95a0e9c66b, user: mistachkin, branch: vs2012Design)
2.91 years Setup/set_ReleaseNativeOnly_x64_2012.bat
Setup/set_ReleaseNativeOnly_x86_2012.bat
Setup/set_Release_x64_2012.bat
Setup/set_Release_x86_2012.bat
More work on the Visual Studio 2012 designer support. (check-in: c777f2663b, user: mistachkin, branch: vs2012Design)
2.92 years testce/test.cfg
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. (check-in: 94c5213e35, user: mistachkin, branch: trunk)
2.93 years System.Data.SQLite/SQLiteBackup.cs
Refactor core SQLite library return code handling to make use of the enumerated SQLiteErrorCode type. Initial work on supporting the sqlite3_errstr() API. (check-in: a6c16dc93b, user: mistachkin, branch: trunk)
2.96 years Setup/set_user_mistachkin_Release.bat
Make adjustments to allow the release archive verification tool to verify archives built from the latest trunk. (check-in: 4909ea3b27, user: mistachkin, branch: trunk)
3.07 years Doc/Extra/Include/ndoc.css
SQLite.Designer/ChangeScriptDialog.Designer.cs
SQLite.Designer/ChangeScriptDialog.cs
SQLite.Designer/Design/Check.cs
SQLite.Designer/Design/ForeignKey.cs
SQLite.Designer/Design/Index.cs
SQLite.Designer/Design/SimpleTokenizer.cs
SQLite.Designer/Design/Trigger.cs
SQLite.Designer/Design/View.cs
SQLite.Designer/Editors/ViewDesignerDoc.Designer.cs
SQLite.Designer/PkgCmd.vsct
SQLite.Designer/TableNameDialog.Designer.cs
SQLite.Designer/TableNameDialog.cs
System.Data.SQLite.Linq/Properties/Resources.resx
System.Data.SQLite.Linq/Resources/Common.ConceptualSchemaDefinition.csdl
System.Data.SQLite.Linq/Resources/Common.ProviderManifest.xsd
System.Data.SQLite.Linq/Resources/SQLiteProviderServices.StoreSchemaMapping.msl
System.Data.SQLite/Resources/MetaDataCollections.xml
test/Program.cs
test/Properties/Resources.resx
test/TestCasesDialog.Designer.cs
Remove all superfluous UTF-8 byte-order-marks. (check-in: 2c82e6c1a3, user: mistachkin, branch: trunk)
3.41 years Externals/Eagle/lib/Eagle1.0/pkgIndex.eagle
Externals/Eagle/lib/Eagle1.0/pkgIndex.tcl
Externals/Eagle/lib/Test1.0/pkgIndex.eagle
Externals/Eagle/lib/Test1.0/pkgIndex.tcl
Tests/tkt-2c630bffa7.eagle
Tests/tkt-544dba0a2f.eagle
Tests/tkt-8554170e09.eagle
Update Eagle script library in externals to the latest pre-beta 22 and change tests as necessary. (check-in: 7a9545bffd, user: mistachkin, branch: trunk)
3.55 years www/checkin.wiki
Update pre-check-in checklist. (check-in: ffc05d03c9, user: mistachkin, branch: trunk)
3.55 years SQLite.Designer/Design/Table.cs
Remove unnecessary loop and fix indentation of foreign key SQL fragments. (check-in: 1119da4703, user: mistachkin, branch: VsDesignerFKey)
3.56 years Externals/MSVCPP/vcredist_x64_2008_SP1_MFC.exe
Externals/MSVCPP/vcredist_x64_2010_SP1_MFC.exe
Externals/MSVCPP/vcredist_x86_2008_SP1_MFC.exe
Externals/MSVCPP/vcredist_x86_2010_SP1_MFC.exe
Update MSVC redists in Externals to the latest ones from Microsoft. (check-in: bbec0d9d38, user: drh, branch: trunk)
3.60 years tools/install/Resources/manifest.xml
Make sure the VS designer component installer runs with elevated administrator rights on Windows Vista and later. (check-in: e177b109d9, user: mistachkin, branch: trunk)
3.62 years Externals/Eagle/lib/Eagle1.0/embed.eagle
Add unit tests for the new VS designer component installer tool. Update the Eagle script library in externals to support this. (check-in: debc754698, user: mistachkin, branch: trunk)
3.67 years SQLite.Designer/ChangePasswordDialog.Designer.cs
SQLite.Designer/Editors/TableDesignerDoc.Designer.cs
testce/Form1.Designer.cs
testce/Form1.cs
Add missing file header to various files. (check-in: f58dc30e00, user: mistachkin, branch: trunk)
3.81 years Externals/HtmlHelp/HelpDocs.zip
Externals/HtmlHelp/htmlhelp.exe
Externals/HtmlHelp/htmlhelpj.exe
Externals/NDoc3/NDoc3 Beta 4.msi
Add the external tools needed to build the documentation. (check-in: 418f5dab8c, user: mistachkin, branch: trunk)
3.88 years lib/System.Data.SQLite/pkgIndex.eagle
Finish converting the unit test infrastructure to a full-fledged Eagle package. Also, update Eagle in externals to the latest beta 18 release candidate. (check-in: b8b02007c6, user: mistachkin, branch: trunk)
3.92 years www/art/sqlite100.png
www/art/sqlite200.png
www/art/sqlite32.png
Add icons for use with the System.Data.SQLite NuGet package. (check-in: 6efe0d70c5, user: mistachkin, branch: trunk)
4.07 years Setup/set_Release.bat
Fix issue with building in a Visual Studio Command Prompt window. Support building and testing the VS2010 projects using the .NET Framework 3.5. (check-in: a912d7f434, user: mistachkin, branch: trunk)
4.11 years Tests/data/testlinq.out
Make the necessary adjustments to the unit test suite and to the 'test' / 'testlinq' projects to allow all the tests contained within those projects to be run programmatically via the unit test suite. (check-in: 178b6d6379, user: mistachkin, branch: trunk)
4.11 years Tests/data/nonWal.db
Tests/data/wal.db
Add tests for ticket [448d663d11]. Further refinements to unit testing infrastructure. (check-in: 11f11f0c83, user: mistachkin, branch: trunk)
4.12 years Setup/set_ReleaseNativeOnly_Pocket PC 2003 (ARMV4).bat
Setup/set_Release_Pocket PC 2003 (ARMV4).bat
Add initial release automation to support Windows CE and modify automation to strip double quotes from arguments in a more robust fashion. (check-in: b6833b5ec1, user: mistachkin, branch: build-enhancements)
4.12 years System.Data.SQLite/SQLiteMetaDataCollectionNames.cs
Remove unused 'using' statements from System.Data.SQLite. (check-in: b270e24e93, user: mistachkin, branch: build-enhancements)
4.13 years Setup/set_ReleaseNativeOnly.bat
Add support for build_all tool. Disable GAC task in setup when the native DLL is necessary. (check-in: 78aa3287dc, user: mistachkin, branch: build-enhancements)
4.13 years Setup/set_ReleaseNativeOnly_x64_2008.bat
Setup/set_ReleaseNativeOnly_x64_2010.bat
Setup/set_ReleaseNativeOnly_x86_2008.bat
Setup/set_ReleaseNativeOnly_x86_2010.bat
Setup/set_Release_Win32.bat
Setup/set_Release_x64.bat
Setup/set_Release_x64_2008.bat
Setup/set_Release_x64_2010.bat
Setup/set_Release_x86_2008.bat
Setup/set_Release_x86_2010.bat
Enhancements to command line build and test automation. (check-in: 046dc70fd1, user: mistachkin, branch: build-enhancements)
4.35 years Setup/data/InitializeSetup.pas
Add check for the .NET Framework 3.5 to prevent the LINQ assembly from being NGen'd when it is not present. Break setup Pascal scripts into #included files. Improve error message for VC runtime install failure. (check-in: c5557a55e6, user: mistachkin, branch: trunk)
4.35 years Setup/set_ReleaseNativeOnly_Win32.bat
Setup/set_ReleaseNativeOnly_x64.bat
Add release build automation tool (build.bat). Add readme.htm solution item. Add LINQ assembly to setup. Add diagnostic capabilities to setup baking tools. Change version of LINQ assembly to match primary assembly. Fix warning in compact framework project related to importing the C# build tasks more than once. (check-in: 2ad2abc109, user: mistachkin, branch: trunk)
4.36 years System.Data.SQLite.Linq/SQL Generation/License.txt
Added files for building Linq module. (check-in: 9c7e81cdb4, user: shaneh, branch: trunk)
4.49 years System.Data.SQLite/Targets/System.Data.SQLite.References.targets
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). (check-in: 6d2a2db720, user: mistachkin, branch: trunk)
4.66 years testlinq/northwindEF.db
Changes to get base portions compiling under Visual Studio 2010. Still much to be done. Need to sort out packaging, installation, wince, etc. (check-in: 644aeca13c, user: shaneh, branch: vs2010)
5.01 years SQLite.Designer/Design/Column.cs
SQLite.Designer/Design/Unique.cs
SQLite.Designer/Editors/AutoCompleteColumn.cs
Various designer fixes (check-in: eaebdca96e, user: rmsimpson, branch: sourceforge)
5.03 years SQLite.Designer/ChangePasswordDialog.cs
SQLite.Designer/SQLiteAdapterDesigner.cs
SQLite.Designer/SQLiteCommandHandler.cs
1.0.66.0 (check-in: 7ec6a118ce, user: rmsimpson, branch: sourceforge)
6.16 years test/TestCasesDialog.resx
1.0.62.0 (check-in: 5ab035e676, user: rmsimpson, branch: sourceforge)
6.95 years SQLite.Designer/Resources/ToolboxItems.txt
pre 1.0.59.0 (check-in: 016669885b, user: rmsimpson, branch: sourceforge)
7.02 years System.Data.SQLite.Linq/Resources/System.Data.Resources.CodeGenerationSchema.xsd
1.0.55.0 (check-in: 24425920c8, user: rmsimpson, branch: sourceforge)
7.06 years SQLite.Designer/ChangeScriptDialog.resx
SQLite.Designer/Design/PrimaryKey.cs
SQLite.Designer/Pkgcmd.h
SQLite.Designer/Resources/info.png
SQLite.Designer/SQLiteDataObjectIdentifierResolver.cs
1.0.53.0 (check-in: 2b553f96c4, user: rmsimpson, branch: sourceforge)
7.08 years SQLite.Designer/Editors/ViewDesignerDoc.resx
SQLite.Designer/TableNameDialog.resx
1.0.52.0 (check-in: 1084c98790, user: rmsimpson, branch: sourceforge)
7.12 years System.Data.SQLite.Linq/Resources/System.Data.Resources.CSDLSchema.xsd
System.Data.SQLite.Linq/Resources/System.Data.Resources.CSMSL.xsd
System.Data.SQLite.Linq/Resources/System.Data.Resources.EntityStoreSchemaGenerator.xsd
System.Data.SQLite.Linq/Resources/System.Data.Resources.SSDLSchema.xsd
First pass at LINQ support for VS2008 SP1 beta1 (check-in: ee1d336998, user: rmsimpson, branch: sourceforge)
7.13 years testce/Form1.resx
1.0.50.0 (check-in: 5d225801e2, user: rmsimpson, branch: sourceforge)
9.02 years SQLite.Designer/ChangePasswordDialog.resx
SQLite.Designer/Editors/TableDesignerDoc.resx
1.0.32.0 (check-in: 71293812a7, user: rmsimpson, branch: sourceforge)
9.08 years SQLite.Designer/SQLiteProviderObjectFactory.cs
1.0.31.0 (check-in: d2b95f8376, user: rmsimpson, branch: sourceforge)
9.47 years System.Data.SQLite/Resources/SQLiteCommand.bmp
System.Data.SQLite/Resources/SQLiteConnection.bmp
System.Data.SQLite/Resources/SQLiteDataAdapter.bmp
no message (check-in: 08a1efa56a, user: rmsimpson, branch: sourceforge)
9.47 years SQLite.Designer/SQLiteCommandDesigner.cs
SQLite.Designer/SQLiteDataSourceInformation.cs
Code cleanup and documentation (check-in: 9ae2337497, user: rmsimpson, branch: sourceforge)
9.48 years SQLite.Designer/CtcComponents/PkgCmd.ctc
no message (check-in: 6edf1bc2c2, user: rmsimpson, branch: sourceforge)
9.48 years SQLite.Designer/CtcComponents/PkgCmdID.h
Tons of new designer stuff (check-in: 5d84d2aebf, user: rmsimpson, branch: sourceforge)
9.50 years SQLite.Designer/CtcComponents/Guids.h
no message (check-in: 4aaa3c5cf6, user: rmsimpson, branch: sourceforge)
9.78 years Keys/System.Data.SQLite.snk
Fixed corrupt file (check-in: 1473a90fb7, user: rmsimpson, branch: sourceforge)
9.82 years Keys/System.Data.SQLite.CF.snk
1.0.20 (check-in: e9a77782dc, user: rmsimpson, branch: sourceforge)