System.Data.SQLite

Check-in [15b0514947]
Login

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

Overview
Comment:Fix minor typo in README.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 15b051494704b1d4ea8b280b1f774a5a78694af1
User & Date: mistachkin 2015-06-05 21:49:30.594
Context
2015-06-05
22:04
Refactor how the test suite infrastructure package is handled. check-in: 8728586263 user: mistachkin tags: trunk
21:49
Fix minor typo in README. check-in: 15b0514947 user: mistachkin tags: trunk
2015-06-04
23:42
Update Eagle in externals to the beta 33 release. check-in: 3fafcd0c5e user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to readme.htm.
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  <li>
    Encrypted database support.  Encrypted databases are fully encrypted and
    support both binary and cleartext password types.
  </li>

  <li>
    Visual Studio design-time Support, works with all versions of Visual Studio
    2005/2008/2010/2012.  You can add a SQLite database to the Servers list,
    design queries with the Query Designer, drag-and-drop tables onto a Typed
    DataSet, etc.
    <br />
    <font color="red">
      Due to Visual Studio licensing restrictions, the Express Editions can no
      longer be supported.
    </font>
  </li>








|
|
|







47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  <li>
    Encrypted database support.  Encrypted databases are fully encrypted and
    support both binary and cleartext password types.
  </li>

  <li>
    Visual Studio design-time Support, works with all versions of Visual Studio
    2005/2008/2010/2012/2013.  You can add a SQLite database to the Servers
    list, design queries with the Query Designer, drag-and-drop tables onto a
    Typed DataSet, etc.
    <br />
    <font color="red">
      Due to Visual Studio licensing restrictions, the Express Editions can no
      longer be supported.
    </font>
  </li>