Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge web page updates from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | preRelease |
Files: | files | file ages | folders |
SHA1: |
1a6b44e6d3c2d6307696a52ca3901c37 |
User & Date: | mistachkin 2014-09-13 20:52:28.540 |
Context
2014-09-13
| ||
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-08
| ||
22:13 | Merge updates from trunk. check-in: d17f4614ae user: mistachkin tags: preRelease | |
Changes
Changes to www/downloads.wiki.
|
| | | | 1 2 3 4 5 6 7 8 9 10 | <title>Downloads Page</title> <nowiki> <h1>System.Data.SQLite Downloads</h1> <table width="100%" cellpadding="5" cellspacing="0"> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantHeader"> <a name="runtimeLibraryNotes"></a> <b>Runtime Library Notes</b> </td> |
︙ | ︙ | |||
328 329 330 331 332 333 334 | <br /><br /> Use of environment variables for configuration settings is not supported by the .NET Compact Framework builds of System.Data.SQLite, due to limitations imposed by the platform itself. <br /><br /> Alternatively, as of version 1.0.91.0, all configuration settings can be specified via an optional | | | 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 | <br /><br /> Use of environment variables for configuration settings is not supported by the .NET Compact Framework builds of System.Data.SQLite, due to limitations imposed by the platform itself. <br /><br /> Alternatively, as of version 1.0.91.0, all configuration settings can be specified via an optional <a href="/index.html/artifact?ci=trunk&filename=System.Data.SQLite/Configurations/System.Data.SQLite.dll.config">XML configuration file</a>. Using the XML configuration file when the primary System.Data.SQLite assembly ("System.Data.SQLite.dll") is being executed from the Global Assembly Cache is <b>unsupported</b>. <br /><br /> For each configuration setting, the associated environment variable value, if present, will override the value specified via the XML configuration file. |
︙ | ︙ |
Changes to www/faq.wiki.
︙ | ︙ | |||
233 234 235 236 237 238 239 | Framework 6. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Beta"> System.Data.SQLite.Beta</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider, including support for LINQ | | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 | Framework 6. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Beta"> System.Data.SQLite.Beta</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider, including support for LINQ and Entity Framework 6. <br><b>This package may contain "beta" code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Core"> System.Data.SQLite.Core</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Core.Beta"> System.Data.SQLite.Core.Beta</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider. <br><b>This package may contain "beta" code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Core.Test"> System.Data.SQLite.Core.Test</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider. <br><b>This package may contain pre-release code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Core.MSIL"> System.Data.SQLite.Core.MSIL</a>: Just the managed ADO.NET provider for SQLite. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Core.MSIL.Beta"> System.Data.SQLite.Core.MSIL</a>: Just the managed ADO.NET provider for SQLite. <br><b>This package may contain "beta" code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Core.MSIL.Test"> System.Data.SQLite.Core.MSIL.Test</a>: Just the managed ADO.NET provider for SQLite. <br><b>This package may contain pre-release code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.EF6"> System.Data.SQLite.EF6</a>: Just support for Entity Framework 6 using System.Data.SQLite. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.EF6.Beta"> System.Data.SQLite.EF6.Beta</a>: Just support for Entity Framework 6 using System.Data.SQLite. <br><b>This package may contain "beta" code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.EF6.Test"> System.Data.SQLite.EF6.Test</a>: Just support for Entity Framework 6 using System.Data.SQLite. <br><b>This package may contain pre-release code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Linq"> System.Data.SQLite.Linq</a>: Just support for LINQ using System.Data.SQLite. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Linq.Beta"> System.Data.SQLite.Linq.Beta</a>: Just support for LINQ using System.Data.SQLite. <br><b>This package may contain "beta" code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Linq.Test"> System.Data.SQLite.Linq.Test</a>: Just support for LINQ using System.Data.SQLite. <br><b>This package may contain pre-release code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.MSIL"> System.Data.SQLite.MSIL</a>: Just the managed ADO.NET provider for SQLite. </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.MSIL.Beta"> System.Data.SQLite.MSIL</a>: Just the managed ADO.NET provider for SQLite. <br><b>This package may contain "beta" code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.MSIL.Test"> System.Data.SQLite.MSIL</a>: Just the managed ADO.NET provider for SQLite. <br><b>This package may contain pre-release code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.Test"> System.Data.SQLite.Test</a>: The SQLite database engine for both x86 and x64 along with the ADO.NET provider, including support for LINQ and Entity Framework 6. <br><b>This package may contain pre-release code and is not intended for production use.</b> </li> <li> <a href="http://www.nuget.org/packages/System.Data.SQLite.x86"> System.Data.SQLite.x86</a>: The SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86. |
︙ | ︙ |
Changes to www/index.wiki.
︙ | ︙ | |||
49 50 51 52 53 54 55 | </p> </td> <td width="30%" valign="top"> <table align="right" border="1" cellpadding="10" hspace="10" cellspacing="0"> <tr> <td> <ul> | < < > > | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | </p> </td> <td width="30%" valign="top"> <table align="right" border="1" cellpadding="10" hspace="10" cellspacing="0"> <tr> <td> <ul> <li><a href="faq.wiki">Frequently Asked Questions</a></li> <li><a href="news.wiki">News</a></li> <li><a href="support.wiki">Support</a></li> <li><a href="downloads.wiki">Downloads</a></li> <li><a href="source.wiki">Source Code</a></li> <li><a href="build.wiki">Build Procedures</a></li> <li><a href="test.wiki">Test Procedures</a></li> <li><a href="release.wiki">Release Procedures</a></li> <li><a href="contribute.wiki">Contributing</a></li> <li><a href="features.wiki">Features</a></li> <li><a href="copyright.wiki">Copyright</a></li> </ul> </td> </tr> </table> </td> </tr> |
︙ | ︙ |