vijirams / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Investigate adding Linq support like System.Data.SQLite #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We should consider how we either integrate with the System.Data.SQLite 
project or how we reimplement Linq support for this library.

Original issue reported on code.google.com by Jay.Beav...@gmail.com on 10 Aug 2009 at 3:42

GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 18 Aug 2009 at 5:05

GoogleCodeExporter commented 8 years ago
Please stay away from any ADO or LINQ things (or any other high level thing on 
top of
SQLite API). Robert from System.Data.Sqlite said he will support C#SQLite. 

Original comment by subm...@gmail.com on 19 Aug 2009 at 10:48

GoogleCodeExporter commented 8 years ago
I feel it is better to let the ADO providers handle this.  Maybe we can revisit 
this in 
the future

Original comment by noah.hart@gmail.com on 20 Aug 2009 at 5:30