in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » 1.0.60.0 (RSS)

Browse by Tags

  • System.Data.SQLite.Linq.dll version is not updated with new releases.

    Hi, The version of System.Data.SQLite.Linq.dll was not updated between 1.0.60.0 and 1.0.65.0. As the Linq.dll has a reference to System.Data.SQLite.dll, this makes it impossible to install more than one of these versions in the GAC. I tried to install the 1.0.60.0 dlls in the application directory and...
    Posted to Bugs (Forum) by nrapp on 01-05-2010
  • Multithread Issue about version of 1.0.61(compact framework) or higher on Windows Mobile 5.0

    Hi, Recently when I upgrade from SQLite.ado.net 1.0.60 to 1.0.64, I met issues in my concurrent test of the driver. In my stress tes, 2 threads try to insert rows into a table 't', 2 threads try to read and delete the inserted rows.And these 4 threads all share a connection. Before each read...
    Posted to Bugs (Forum) by Xiong on 07-25-2009
  • MbUnit3's TransactionScope creating issues for NHibernate using System.Data.SQLite

    I'll apologize in advance for duplicating a reference off-site here but I posted a question on StackOverflow because I am having difficulty using NHibernate with the System.Data.SQLite provider and MbUnit's [Rollback] test attribute (which really just uses TransactionScope.) http://stackoverflow...
    Posted to Bugs (Forum) by antik on 03-27-2009
  • DataReader can not read DateTime data that was imported with strftime

    Hi, I'm a newbee with SQLite and its ADO.Net provider. I'm using 1.0.60 ADO.Net Provider and SQLite 3.6.11 (but I also tried with 3.6.3 and its the same result) I just did migrate the Northwind database to sqlite and I was making some tests. Unfortunately I'm encountering some problems with...
    Posted to Bugs (Forum) by silversens on 03-07-2009
  • DbProviderFactory, add parameters to DbCommand

    Hi, I use DbProviderFactory with System.Data.SQLite 1.0.60.0 in code like this: DbProviderFactory dbProviderFactory = DbProviderFactories.GetFactory(ConfigurationContext.ProviderName); DbConnection connection = dbProviderFactory.CreateConnection(); connection.ConnectionString = ConfigurationContext.ConnectionString;...
    Posted to Bugs (Forum) by jojky on 01-25-2009
  • Schema generating trouble?

    Hi! It seems, that some trouble exists in schema generating routine (System.Data.SQLite version is 1.0.60.0). I wrote an example, that illustrate my problem with reading data from data reader to table, when we to deal with using left outer joins in query. First, lets create a test database and fiil it...
    Posted to Bugs (Forum) by Sky on 01-23-2009
  • NullReferenceException with EF and TransactionScope

    My setup: I am using the entity framework as my DAL to SQLite v1.0.60.0. I will create a new EF context at my root operation (Say Invoice insert) use it then pass it to my child operations (line items). I want to protect all this in a transaction for obvious reasons. If I manage transactions manually...
    Posted to Bugs (Forum) by AndrewBurns on 01-07-2009
  • Re: 1.0.60 Not Returning The Correct Data

    I alos get wrong results. I tried to isolate it. We have two tables (Tag and TagAssignment) which are joined by a join table (Tag_To_TagAssignment). Correct results (showing the data in the database) : SELECT DBID FROM TagAssignment ---------- 1 2 ---------- SELECT DBID FROM Tag ---------- 1 2 -----...
    Posted to Bugs (Forum) by ssteinegger on 11-20-2008
  • CompactFramework testce.exe fails

    I've installed 1.0.60 on a clean XP system just to be sure. The test.exe program in the main directory runs fine and succeeds all the tests. Running testce.exe gives a very generic error "cetest has encountered a problem and needs to close. We are sorry for the inconvenience."
    Posted to Bugs (Forum) by s01ipsist on 11-19-2008
  • Unexpected error has occured when trying to save connection string

    Data -> Add new data source -> ... -> Save the connection string to the Application configuration file (yes, save the connection) result in "An unexpected error has occured." Error Message; Could not load type 'Microsoft.VisualStudio.DataDesign.SyncDesigner.SyncFacade.SyncManager'...
    Posted to Bugs (Forum) by bellemam on 10-29-2008
Page 1 of 2 (11 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems