Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Cherrypick of [2560502ca6cc8ff6]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | branch-1.0.112 |
Files: | files | file ages | folders |
SHA1: |
4e38c979ba67e20eafabf904bd3c6e94 |
User & Date: | mistachkin 2020-05-30 17:30:26.844 |
Context
2020-05-30
| ||
17:30 | Cherrypick of [2560502ca6cc8ff6]. Leaf check-in: 4e38c979ba user: mistachkin tags: branch-1.0.112 | |
17:23 | Update version history docs. check-in: 2560502ca6 user: mistachkin tags: trunk | |
14:42 | Remove whitespace that is also gone on trunk. check-in: f41b07f0cf user: mistachkin tags: branch-1.0.112 | |
Changes
Changes to Doc/Extra/Provider/version.html.
︙ | ︙ | |||
48 49 50 51 52 53 54 55 56 57 58 59 60 61 | <li>Updated to <a href="https://www.sqlite.org/releaselog/3_32_1.html">SQLite 3.32.1</a>.</li> <li>Add SQLite_ForceLogLifecycle environment variable to force logging of calls into key members pertaining to the lifecycle of connections and their associated classes (e.g. LINQ, EF6, etc).</li> <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to <a href="https://system.data.sqlite.org/index.html/info/515cb60b10">[515cb60b10]</a>.</li> </ul> <p><b>1.0.112.3 - Xxxx XX, 2020</b></p> <ul> <li>When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions.</li> </ul> <p><b>1.0.112.2 - April 27, 2020</b></p> <ul> <li>Fix NuGet packaging for .NET Standard 2.1. Fix for <a href="https://system.data.sqlite.org/index.html/info/7c73262e6f">[7c73262e6f]</a>.</li> </ul> <p><b>1.0.112.1 - April 6, 2020</b></p> <ul> | > > | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | <li>Updated to <a href="https://www.sqlite.org/releaselog/3_32_1.html">SQLite 3.32.1</a>.</li> <li>Add SQLite_ForceLogLifecycle environment variable to force logging of calls into key members pertaining to the lifecycle of connections and their associated classes (e.g. LINQ, EF6, etc).</li> <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to <a href="https://system.data.sqlite.org/index.html/info/515cb60b10">[515cb60b10]</a>.</li> </ul> <p><b>1.0.112.3 - Xxxx XX, 2020</b></p> <ul> <li>When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions.</li> <li>Add SQLite_ForceLogLifecycle environment variable to force logging of calls into key members pertaining to the lifecycle of connections and their associated classes (e.g. LINQ, EF6, etc).</li> <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to <a href="https://system.data.sqlite.org/index.html/info/515cb60b10">[515cb60b10]</a>.</li> </ul> <p><b>1.0.112.2 - April 27, 2020</b></p> <ul> <li>Fix NuGet packaging for .NET Standard 2.1. Fix for <a href="https://system.data.sqlite.org/index.html/info/7c73262e6f">[7c73262e6f]</a>.</li> </ul> <p><b>1.0.112.1 - April 6, 2020</b></p> <ul> |
︙ | ︙ |
Changes to readme.htm.
︙ | ︙ | |||
216 217 218 219 220 221 222 223 224 225 226 227 228 229 | <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to [515cb60b10].</li> </ul> <p> <b>1.0.112.3 - Xxxx XX, 2020</b> </p> <ul> <li>When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions.</li> </ul> <p> <b>1.0.112.2 - April 27, 2020</b> </p> <ul> <li>Fix NuGet packaging for .NET Standard 2.1. Fix for [7c73262e6f].</li> </ul> | > > | 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to [515cb60b10].</li> </ul> <p> <b>1.0.112.3 - Xxxx XX, 2020</b> </p> <ul> <li>When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions.</li> <li>Add SQLite_ForceLogLifecycle environment variable to force logging of calls into key members pertaining to the lifecycle of connections and their associated classes (e.g. LINQ, EF6, etc).</li> <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to [515cb60b10].</li> </ul> <p> <b>1.0.112.2 - April 27, 2020</b> </p> <ul> <li>Fix NuGet packaging for .NET Standard 2.1. Fix for [7c73262e6f].</li> </ul> |
︙ | ︙ |
Changes to www/news.wiki.
︙ | ︙ | |||
57 58 59 60 61 62 63 64 65 66 67 68 69 70 | <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to [515cb60b10].</li> </ul> <p> <b>1.0.112.3 - Xxxx XX, 2020</b> </p> <ul> <li>When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions.</li> </ul> <p> <b>1.0.112.2 - April 27, 2020</b> </p> <ul> <li>Fix NuGet packaging for .NET Standard 2.1. Fix for [7c73262e6f].</li> </ul> | > > | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to [515cb60b10].</li> </ul> <p> <b>1.0.112.3 - Xxxx XX, 2020</b> </p> <ul> <li>When using the (unsupported) legacy CryptoAPI based codec, skip encrypting page #1 because that can lead to database corruption and other malfunctions.</li> <li>Add SQLite_ForceLogLifecycle environment variable to force logging of calls into key members pertaining to the lifecycle of connections and their associated classes (e.g. LINQ, EF6, etc).</li> <li>Support automatic value conversions for columns with a declared type of MEDIUMINT or MEDIUMUINT. Pursuant to [515cb60b10].</li> </ul> <p> <b>1.0.112.2 - April 27, 2020</b> </p> <ul> <li>Fix NuGet packaging for .NET Standard 2.1. Fix for [7c73262e6f].</li> </ul> |
︙ | ︙ |