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 considerably slower in this version. While benchmarking, the fetch was about 7-8 times slower. First I thought it was the NGQP (since I upgraded from version 3.7 to 3.8.5), but while trying to break it down, it appeared the issue was with this fetch method. Thanks, Manish Kukreti _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

