Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Web page updates to mention VS 2015. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c012c893c10438e3a2c8d3e5f0673ac0 |
User & Date: | mistachkin 2015-10-20 03:43:55.658 |
Context
2015-10-26
| ||
21:47 | Add the new SQLITE_IOERR_AUTH extended return code to the managed enumeration. check-in: a914546d58 user: mistachkin tags: trunk | |
2015-10-20
| ||
03:43 | Web page updates to mention VS 2015. check-in: c012c893c1 user: mistachkin tags: trunk | |
00:29 | Add GetDatabaseName, GetTableName, and GetOriginalName methods to the SQLiteDataReader class. check-in: 7b08d5ca2f user: mistachkin tags: trunk | |
Changes
Changes to www/downloads.wiki.
︙ | ︙ | |||
10 11 12 13 14 15 16 | </td> </tr> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantNotes"> All downloadable packages on this web page that do not include the word "<b>static</b>" in their file name require the | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | </td> </tr> <tr bgcolor="#fff1c8"> <td colspan="3" class="importantNotes"> All downloadable packages on this web page that do not include the word "<b>static</b>" in their file name require the appropriate version (e.g. 2005, 2008, 2010, 2012, 2013, or 2015) of the Microsoft Visual C++ Runtime Library, to be successfully installed on the target machine, prior to making use of the executables contained therein. It should also be noted that the downloadable packages on this web page that include the word "<b>setup</b>" (i.e. the setup packages) already include and will attempt to automatically install the required version of the Microsoft Visual C++ Runtime Library. </td> |
︙ | ︙ |
Changes to www/faq.wiki.
︙ | ︙ | |||
201 202 203 204 205 206 207 | <hr> <a name="q4"></a> <p> <b>(4) What versions of Visual Studio are supported?</b> </p> <p> | | | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | <hr> <a name="q4"></a> <p> <b>(4) What versions of Visual Studio are supported?</b> </p> <p> Currently, Visual Studio 2005, 2008, 2010, 2012, 2013, and 2015 are supported, including the "Express" editions; however, in order to build the entire solution, including the necessary native code, the "Professional" edition (or higher) is required. It may be possible to install both Visual C# Express and Visual C++ Express and then build the corresponding sub-projects via their respective integrated development environments (IDE); however, this configuration has <b>not</b> been tested. The design-time components are <b>no longer</b> supported for the Express editions due to licensing |
︙ | ︙ |
Changes to www/features.wiki.
︙ | ︙ | |||
30 31 32 33 34 35 36 | <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 | | | | | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | <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/2015. 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> |
︙ | ︙ |
Changes to www/test.wiki.
︙ | ︙ | |||
9 10 11 12 13 14 15 | local source tree (i.e. the working check-out directory) for the System.Data.SQLite project. </li> <li> The string "<year>" represents the version of Visual Studio used (e.g. "2005", "2008", "2010", | > | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | local source tree (i.e. the working check-out directory) for the System.Data.SQLite project. </li> <li> The string "<year>" represents the version of Visual Studio used (e.g. "2005", "2008", "2010", "2012", "2013", or "2015") to build the binaries being tested. </li> <li> The string "<configuration>" represents the build configuration for the binaries being tested (e.g. "Debug" or "Release"). </li> |
︙ | ︙ |