System.Data.SQLite

Check-in [76e3d971b1]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix web page typo.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 76e3d971b1c530eaac9f62ffbfe47c89d840697a
User & Date: mistachkin 2014-02-16 20:26:40.524
Context
2014-02-18
05:11
More NuGet package fixes. check-in: 8f4e0e3de4 user: mistachkin tags: trunk
2014-02-16
20:26
Fix web page typo. check-in: 76e3d971b1 user: mistachkin tags: trunk
20:07
Web page updates for the new NuGet package. check-in: 027dc961f9 user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/faq.wiki.
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
      <a href="http://www.nuget.org/packages/System.Data.SQLite">
      System.Data.SQLite</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">
      System.Data.SQLite</a>: The SQLite database engine for both x86 and x64
      along with the ADO.NET provider, without support for LINQ and/or Entity
      Framework 6.
    </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.







|
|
|







230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
      <a href="http://www.nuget.org/packages/System.Data.SQLite">
      System.Data.SQLite</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">
      System.Data.SQLite.Core</a>: The SQLite database engine for both x86 and
      x64 along with the ADO.NET provider, without support for LINQ and/or
      Entity Framework 6.
    </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.