Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated features list with notes on currently unsupported features. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b26b489a0348f158b412035f2a2d9cba |
User & Date: | shaneh 2011-04-12 05:27:21.508 |
Context
2011-04-12
| ||
12:42 | Increase version number to 3.7.6 and 1.0.69.0 in preparation for the upcoming release. check-in: 1da75aaa06 user: shaneh tags: trunk | |
05:27 | Updated features list with notes on currently unsupported features. check-in: b26b489a03 user: shaneh tags: trunk | |
05:26 | Added documentation for building. check-in: f8c5d3f07e user: shaneh tags: trunk | |
Changes
Changes to www/features.wiki.
1 2 3 4 5 6 7 8 9 10 11 | <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 | | > | > | > > | > | > > | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | <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 "managed only" 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> On the Compact Framework, it is faster than SQL Server Mobile. SQLite's installed size is a fraction of SQL Mobile's. It uses less memory at runtime, runs queries faster, and has a smaller database file size as well. </li> <li> Encrypted database support. Encrypted databases are fully encrypted and support both binary and cleartext password types. </li> <li> Visual Studio 2005/2008 Design-Time Support, works with all versions of VS2005/2008, including all Express Editions of VS2005. 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">Currently not included. We are still updating the Design-Time support installer.</font> </li> <li> Full SQLite schema editing inside Visual Studio. You can create/edit tables, views, triggers, indexes, check constraints and foreign keys. </li> <li> Single file redistributable (except on Compact Framework). The core sqlite3 codebase and the ADO.NET wrapper are combined into one multi-module assembly.<br> <font color="red">Currently all versions provided as System.Data.SQLite.dll and SQLite.Interop.dll. This provides consistency across all packages, including Compact and Mono.</font> </li> <li> Binaries included for Itanium, x64, x86 and ARM processors.<br> <font color="red">Currently only x64 and x86 included. We hope to have more processorts included again soon.</font> </li> <li> DbProviderFactory support. </li> <li> Full support for ATTACH'ed databases. Exposed as <i>Catalogs</i> in the schema. When cloning a connection, all attached databases are |
︙ | ︙ |