Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for Doc/Extra/Provider/environment.html
2024-06-26
| ||
16:26 | Add support for the 'SQLite_TraceCategories' environment variable. file: [dd151c79ad] check-in: [37849c1af4] user: mistachkin branch: trunk, size: 18033 | |
2024-03-05
| ||
16:58 | Clarify documentation language that mentions the legacy CryptoAPI-based (RC4) codec. file: [9026d205ae] check-in: [a747af4da9] user: mistachkin branch: trunk, size: 17640 | |
2023-05-15
| ||
18:55 | Add the 'SQLite_GlobalCommandBehaviors' setting to augment command behaviors applicable to all ExecuteNonQuery, ExecuteScalar, and ExecuteReader calls. file: [456aaa6782] check-in: [5e1ccca997] user: mistachkin branch: trunk, size: 17627 | |
2023-05-12
| ||
21:29 | Add the LogRetry connection flag and the SQLite_ForceLogRetry environment variable. file: [f3732ce400] check-in: [1162d19e69] user: mistachkin branch: trunk, size: 17248 | |
2021-12-09
| ||
22:45 | Tidy some things up. file: [ae9d031975] check-in: [ac17cde538] user: mistachkin branch: trunk, size: 16945 | |
2021-12-06
| ||
22:03 | Updates to configuration parameter documentation. file: [941d5a203c] check-in: [9d176340cd] user: mistachkin branch: poolV2, size: 16945 | |
2021-12-04
| ||
22:47 | More work-in-progress. file: [cbed4881b8] check-in: [328b5c7371] user: mistachkin branch: poolV2, size: 16945 | |
2020-09-23
| ||
00:37 | Improvements to 'special replacement token' handling. Pursuant to [908c22360e]. file: [f0a9c7b9e4] check-in: [e4d77287f2] user: mistachkin branch: trunk, size: 16550 | |
2020-05-24
| ||
00:36 | Get this branch up-to-date with most trunk changes. file: [3c601a3ed1] check-in: [bf714af93b] user: mistachkin branch: branch-1.0.112, size: 16241 | |
2020-03-05
| ||
00:36 | More work on tests. Rename the new environment variable. file: [9a6ce37a4d] check-in: [f6f755c1ee] user: mistachkin branch: trunk, size: 16241 | |
2020-03-04
| ||
03:31 | Fix typos in comments. file: [afedb51de6] check-in: [4194e07323] user: mistachkin branch: trunk, size: 16235 | |
03:25 | When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions. file: [5f7e464039] check-in: [e877217109] user: mistachkin branch: trunk, size: 16236 | |
2019-12-08
| ||
04:01 | Include the 'LINQ' partial classes in the primary managed assembly for .NET Standard 2.1. Fix for [ad28d8e026]. Also, enhancements to related diagnostic functionality, including the new 'SQLite_ForceLogLifecycle' environment variable. file: [49627be009] check-in: [6b6fb5374d] user: mistachkin branch: trunk, size: 15642 | |
2019-05-15
| ||
01:08 | Add additional tests for the SQLiteLog.Initialize method. Add 'No_SQLiteLog' environment variable to disable the SQLiteLog subsystem initialization. file: [a6644ba5cf] check-in: [232364a514] user: mistachkin branch: trunk, size: 15335 | |
2018-07-26
| ||
06:52 | By default, only attempt to initialize the logging subsystem once and add 'Initialize_SQLiteLog' setting to disable this behavior. file: [4f4b182c2e] check-in: [21c1c04012] user: mistachkin branch: trunk, size: 14978 | |
2018-05-29
| ||
01:55 | Add support for the 'Disable_SQLiteLog' configuration setting. file: [86cdcdfc48] check-in: [e7b7d00d63] user: mistachkin branch: trunk, size: 14698 | |
2018-04-07
| ||
14:40 | Enhancements for the native library pre-loader for .NET Core. file: [cf75ca957e] check-in: [c37b617ed1] user: mistachkin branch: netStandard20, size: 14465 | |
2017-11-01
| ||
00:58 | Add the 'PreLoadSQLite_BreakIntoDebugger' configuration setting to improve debugging support. Also, add some logging to the SQLiteProviderFactory class, pursuant to [d6e1fdba1e]. file: [6006b9ae6e] check-in: [320066944e] user: mistachkin branch: trunk, size: 14192 | |
2016-10-29
| ||
06:58 | Add support for the '%PreLoadSQLite_TargetFramework%' configuration setting replacement token. Pursuant to [d4728aecb7]. file: [5beaa088e5] check-in: [654d96246c] user: mistachkin branch: trunk, size: 13867 | |
03:58 | Rename the new configuration setting replacement tokens to include a 'PreLoad' prefix and add them to the documentation. file: [c4420c7610] check-in: [6a9bb02b77] user: mistachkin branch: trunk, size: 13354 | |
2016-07-01
| ||
21:23 | Add support for the 'No_SQLiteGetSettingValue' and 'No_SQLiteXmlConfigFile' environment variables. file: [dc84b44ff6] check-in: [dc631206c0] user: mistachkin branch: trunk, size: 11670 | |
2016-03-23
| ||
05:10 | Initial work on getting the native library pre-loader to work on non-Windows (POSIX) platforms. file: [1e5af25564] check-in: [49bc443383] user: mistachkin branch: trunk, size: 10766 | |
04:56 | Improvements to the native library pre-loader to make it capable of dynamically determining the base file name (without directory information) of the native SQLite library to be pre-loaded. Further, add support for the 'PreLoadSQLite_ModuleFileNameOnly' configuration setting and environment variable. file: [a598c986c8] check-in: [4436cf5d76] user: mistachkin branch: trunk, size: 10764 | |
2015-05-06
| ||
02:58 | Add DefaultFlags_SQLiteConnection environment variable to enable customization of the default connection flags. file: [d1386f8b0b] check-in: [719a56624a] user: mistachkin branch: trunk, size: 10411 | |
2015-03-03
| ||
00:08 | Update mailing list addresses. file: [b4701acd4c] check-in: [789558b44e] user: mistachkin branch: nextRelease, size: 10050 | |
2015-01-13
| ||
02:20 | Add SQLite_ForceLogPrepare environment variable to force logging of all prepared SQL regardless of the flags for the associated connection. Add more tests. file: [2a1d15b319] check-in: [2f3a593340] user: mistachkin branch: tkt-8d928c3e88, size: 10037 | |
2015-01-08
| ||
18:57 | Add 'AppendManifestToken_SQLiteProviderManifest' environment variable to enable better testing and tighter integration. Complete initial tests. file: [b236a9d4ff] check-in: [c42db158c3] user: mistachkin branch: tkt-8d928c3e88, size: 9761 | |
2014-05-15
| ||
00:05 | Also support overriding the default DbType value and type name via a 'configuration setting' (i.e. via the environment or the DLL config file). file: [d899ebd320] check-in: [216889c23b] user: mistachkin branch: trunk, size: 9068 | |
2014-02-04
| ||
22:55 | Renamed and modified Doc/Extra/environment.html → Doc/Extra/Provider/environment.html. Reorganize the documentation files. file: [9d4d43eee2] check-in: [6fc137b4c3] user: mistachkin branch: trunk, size: 8375 | |