ADDED www/features.wiki Index: www/features.wiki ================================================================== --- /dev/null +++ www/features.wiki @@ -0,0 +1,85 @@ +Features + + ADDED www/index.wiki Index: www/index.wiki ================================================================== --- /dev/null +++ www/index.wiki @@ -0,0 +1,18 @@ +About + +
+ * [./features.wiki | Features] + * [./news.wiki | News] + * [./support.wiki | Support] + * [./release.wiki | Release Procedures] +
+ +

This is a fork of the popular ADO.NET 4.0 adaptor for SQLite known +as System.Data.SQLite. The originator of System.Data.SQLite, Robert Simpson, +is aware of this fork, has expressed his approval, and has commit privileges on the new Fossil repository. +The SQLite development team intends to maintain System.Data.SQLite moving forward.

+ +

Historical versions, as well as the original support forums, may still be found +at http://sqlite.phxsoftware.com, though +there have been no updates to this version since April of 2010.

+ ADDED www/news.wiki Index: www/news.wiki ================================================================== --- /dev/null +++ www/news.wiki @@ -0,0 +1,19 @@ +News + +Version History + +

+ 1.0.68.0 - February 2011 +

+ +

+ 1.0.67.0 - January 3, 2011 +

+ + ADDED www/release.wiki Index: www/release.wiki ================================================================== --- /dev/null +++ www/release.wiki @@ -0,0 +1,68 @@ +Release Procedures + +

Follow these steps to build a new release of SQLite.NET. Unless otherwise noted, all steps need to be done in the order specified.

+ +

You will need a Visual Studio 2010 development environment for this build.

+ +
    + +
  1. Build runtime components + +
      + +
    1. Build SQLite.NET.sln for Release/ia64 + +
    2. Change to Release/x64 and rebuild + +
    3. Change to Release/x86 and rebuild + +
    + +
  2. Build designer components + +
      + +
    1. Build SQLite.Designer.sln for Release + +
    + +
  3. Update documentation + +
      + +
    1. Update the readme.htm file with the latest version changes + +
    2. Copy the version changes from readme.htm into doc\extra\version.html + +
    3. Update doc\extra\dbfactorysupport.html to reflect the latest version # of the DLL + +
    4. Copy over doc\extra\dbfactorysupport.html and version.html to my temp + ndoc2 location where all my intermediate files are for the CHM + +
    5. Run HTML Help Workshop on the HHP project to get my CHM + +
    6. Copy the CHM file over to \doc + +
    + +
  4. Build install and setup packages + +
      + +
    1. Load up the \tools\setup\sqlite_setup.sln solution + +
    2. Change the "Version" property of the sqlite project (this is the MSI + file project) to reflect the new version of the release. + +
    3. Edit the setup.rc file of the setup project, drilling down to the + Version resource, and editing VS_VERSION_INFO, and populating the version + info with the newest version #. + +
    4. Build both projects. + +
    5. Copy the and rename the resulting \tools\setup\release\setup.exe to + SQLite-1.0.xx.0-setup.exe + +
    + +
ADDED www/support.wiki Index: www/support.wiki ================================================================== --- /dev/null +++ www/support.wiki @@ -0,0 +1,57 @@ +Support + +

Mailing Lists

+ +

SQLite has an active mailing list and support community, and users of this version of +System.Data.SQLite are encouraged to use these for support questions.

+ +

Three separate mailing lists have been established to help support +SQLite:

+ + + +

+Most users of SQLite will want to join the + +sqlite-announce list and many will want to join the + +sqlite-users list. The + +sqlite-dev list is more specialized and appeals to a narrower audience. +Off-site archives of the + +sqlite-users list are available at: +

+ + + +

Direct E-Mail

+ +

Use the mailing list. Please do not send email directly to the authors of SQLite or System.Data.SQLite +unless:

+ + + +

You are welcomed to use SQLite in closed source, proprietary, and/or commercial projects and to +ask questions about such use on the public mailing list. But please do not ask to receive free direct +technical support. The software is free; direct technical support is not.

+ + +

Documentation

+ + * [./release.wiki | Release Procedures]