Index: Doc/Extra/dbfactorysupport.html ================================================================== --- Doc/Extra/dbfactorysupport.html +++ Doc/Extra/dbfactorysupport.html @@ -83,11 +83,11 @@ <DbProviderFactories> <remove invariant="System.Data.SQLite"/> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, - Version=1.0.82.0, Culture=neutral, + Version=1.0.81.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139"/> </DbProviderFactories> </system.data> </configuration> DELETED Doc/Extra/environment.html Index: Doc/Extra/environment.html ================================================================== --- Doc/Extra/environment.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - Environment Variables - - - - -
-
-

These environment variables are used to control several features of - the System.Data.SQLite library. All of these environment variables - are optional. -

-

- - None of these environment variables are supported by the Compact - Framework builds of System.Data.SQLite, due to limitations imposed - by the platform itself. - -

- - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescription
Force_SQLiteLogIf this environment variable is set [to anything], the SQLite - logging subsystem may be initialized in a non-default application - domain. By default, this is not allowed due to the potential for - application domain unloading issues.
No_PreLoadSQLiteIf this environment variable is set [to anything], the native - library pre-loading functionality will be disabled. By default, - the native library pre-loading will attempt to load the native - SQLite library from architecture-specific (e.g. "Win32") or - platform-specific (e.g. "x86", "amd64", "x64") directories that - reside underneath the application base directory.
PreLoadSQLite_BaseDirectoryIf this environment variable is set [to anything], it will be - used instead of the application base directory by the native - library pre-loader.
PreLoadSQLite_ProcessorArchitectureIf this environment variable is set [to anything], it will be - used instead of the processor architecture value contained in the - PROCESSOR_ARCHITECTURE environment variable to help build the path - of the native library to pre-load.
PROCESSOR_ARCHITECTUREThis environment variable is normally set by the operating - system itself and should reflect the native processor architecture - of the current process (e.g. a 32-bit x86 application running on a - 64-bit x64 operating system should have the value "x86"). -
-
- -
-
- - Index: Doc/Extra/ndoc.css ================================================================== --- Doc/Extra/ndoc.css +++ Doc/Extra/ndoc.css Index: Doc/Extra/version.html ================================================================== --- Doc/Extra/version.html +++ Doc/Extra/version.html @@ -41,26 +41,10 @@

Version History

-

1.0.82.0 - September XX, 2012

-

1.0.81.0 - May 27, 2012