System.Data.SQLite

Check-in [75741af49d]
Login

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

Overview
Comment:Updates to supported features.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 75741af49d19e2ff64d8329f7de1504dd416c456
User & Date: shaneh 2011-04-12 16:54:49.073
Context
2011-04-12
17:07
Fix typo on features.wiki page. check-in: a42ef66d86 user: shaneh tags: trunk
16:54
Updates to supported features. check-in: 75741af49d user: shaneh tags: trunk
16:45
Workaround for not having VS 2008 installed when using the command-line build environment. check-in: 3ce8ba354b user: mistachkin tags: trunk
Changes
Unified Diff Show Whitespace Changes Patch
Changes to www/features.wiki.
1
2
3
4
5
6
7
8
9
10
11
12

13
14
15
16
17
18
19
20
<title>Features</title>

<ul>
  <li>
    Written from scratch on VS2008 specifically for ADO.NET 2.0, implementing all the
    base classes and features recently introduced in the framework, including automatic
    transaction enlistment.
  </li>
  <li>
    Supports the Full
    and Compact .NET Framework, and native C/C++ development.  100% binary
    compatible with the original sqlite3.dll.<br>

    <font color="red">Currently not included.  We hope to have this feature included again soon.</font>
  </li>
  <li>
    Full support for Mono via a &quot;managed only&quot; provider that runs against the
    official SQLite 3.6.1 or higher library.
  </li>
  <li>Full Entity Framework support (ADO.NET 3.5 SP1)</li>
  <li>












>
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<title>Features</title>

<ul>
  <li>
    Written from scratch on VS2008 specifically for ADO.NET 2.0, implementing all the
    base classes and features recently introduced in the framework, including automatic
    transaction enlistment.
  </li>
  <li>
    Supports the Full
    and Compact .NET Framework, and native C/C++ development.  100% binary
    compatible with the original sqlite3.dll.<br>
    <font color="red">Compact framework not currently not included.  
    We hope to have this feature included again soon.</font>
  </li>
  <li>
    Full support for Mono via a &quot;managed only&quot; provider that runs against the
    official SQLite 3.6.1 or higher library.
  </li>
  <li>Full Entity Framework support (ADO.NET 3.5 SP1)</li>
  <li>