Re: [sqlite] ANN: C#-SQLite 3.6.16

2009-08-09 Thread Tim Anderson
I hacked this port to run on Silverlight, as a proof of concept:

http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html

Tim
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] ANN: C#-SQLite 3.6.16

2009-08-06 Thread Noah Hart



Kosenko Max wrote:
> 
> 
> Noah Hart wrote:
>> C#-SQLite is now ready for review.  The project is located at
>> http://code.google.com/p/csharp-sqlite
> I think this name much better than sql-sharp. 
> I've posted a question on SQLite ADO.NET forum
> http://sqlite.phxsoftware.com/forums/p/1879/7971.aspx about supporting
> your implementation in ADO.NET Provider. In Silverlight that require some
> adjustments to your code (not much) and ADO Provider will need to have
> parts of System.Data included as a stubs.
> 
> From your point of view - which parts you haven't yet ported?
> 
The big things are:  FTS, VIRTUAL TABLES, INCRBLOB

And there are still 9 tests to review:  

I need to determine if the test errors are errors in the port, errors in the
TCL, or the test is not appropriate for C#


>From http://code.google.com/p/csharp-sqlite/wiki/CompilerOptions

I am currently compiling with the following OMIT options:

* SQLITE_MUTEX_OMIT
* SQLITE_OMIT_AUTHORIZATION
* SQLITE_OMIT_GET_TABLE
* SQLITE_OMIT_INCRBLOB
* SQLITE_OMIT_LOOKASIDE SQLITE
* OMIT_SHARED_CACHE
* SQLITE_OMIT_UTF16
* SQLITE_OMIT_VIRTUALTABLE 

I have not ported support for

* SQLITE_ENABLE_FTS3
* SQLITE_ENABLE_ICU
* SQLITE_ENABLE_MEMORY_MANAGEMENT
* SQLITE_ENABLE_RTREE 

Noah
-- 
View this message in context: 
http://www.nabble.com/ANN%3A-C--SQLite-3.6.16-tp24839242p24858586.html
Sent from the SQLite mailing list archive at Nabble.com.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] ANN: C#-SQLite 3.6.16

2009-08-06 Thread Kosenko Max


Noah Hart wrote:
> C#-SQLite is now ready for review.  The project is located at
> http://code.google.com/p/csharp-sqlite
I think this name much better than sql-sharp. 
I've posted a question on SQLite ADO.NET forum
http://sqlite.phxsoftware.com/forums/p/1879/7971.aspx about supporting your
implementation in ADO.NET Provider. In Silverlight that require some
adjustments to your code (not much) and ADO Provider will need to have parts
of System.Data included as a stubs.

>From your point of view - which parts you haven't yet ported?

-
Best Regards.
Max Kosenko.
-- 
View this message in context: 
http://www.nabble.com/ANN%3A-C--SQLite-3.6.16-tp24839242p24842794.html
Sent from the SQLite mailing list archive at Nabble.com.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] ANN: C#-SQLite 3.6.16

2009-08-05 Thread Noah Hart

C#-SQLite is now ready for review.  The project is located at
http://code.google.com/p/csharp-sqlite/

This is SQLite ver 3.6.16 ported into managed code, written in C#

Please keep in mind the following:

* C#-SQLite is an independent reimplementation of the SQLite software
library
* This is not an official version of SQLite
* Bugs should not be reported to the SQLite.org ticket tracking system 

SQLite® is a registered trademark of Hipp, Wyrick & Company, Inc


Enjoy,

Noah Hart

-- 
View this message in context: 
http://www.nabble.com/ANN%3A-C--SQLite-3.6.16-tp24839242p24839242.html
Sent from the SQLite mailing list archive at Nabble.com.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users