Re: [sqlite] System.Data.SQLite - issues

2014-09-08 Thread Joe Mistachkin
Chris Abbott wrote: > > I've also noticed a drastic degradation in speed with this release over > 1.0.86. > This issue should be fixed in 1.0.94.0. Please try with the pre-release bits available at: https://system.data.sqlite.org/index.html/doc/preRelease/www/downloads.wiki -- Joe

Re: [sqlite] System.Data.SQLite - issues

2014-09-08 Thread Chris Abbott
writes: > > Hi, > Below are the two issues I would like to report for SQLite .Net client. > 1. SQLiteDataReader.GetString() method: > The method fails with "Invalid cast exception" when you try to retrieve a number stored in a text field. > > 2. SQLiteDataReader.GetValue

Re: [sqlite] System.Data.SQLite - issues

2014-07-17 Thread Joe Mistachkin
Manish Kukreti wrote: > > 1. SQLiteDataReader.GetString() method: > The method fails with "Invalid cast exception" when you try to retrieve > a number stored in a text field. > Do you have some example C# code and/or a database schema that demonstrates this issue? What is the declared data

[sqlite] System.Data.SQLite - issues

2014-07-15 Thread manish . kukreti
Hi, Below are the two issues I would like to report for SQLite .Net client. 1. SQLiteDataReader.GetString() method: The method fails with "Invalid cast exception" when you try to retrieve a number stored in a text field. 2. SQLiteDataReader.GetValue performance in version 1.0.93: This method is