Sorry, but there are no more tags available to filter with.
-
If: 1) SQLiteDataReader is reading multiple rows, and 2) a column is computed (or for some other reason sqlite3_column_decltype returns NULL), and 3) the first rows returned by the query contain NULL in that column then the data type of that column is incorrectly set to DbType.String for rows that do...
-
I downloaded 1.0.45.0 this morning and tested it with our application. Unfortunately, it appears to be incompatible with our code (which was working with 1.0.44.0). We create a table with the SQL command: create table Users (UserId integer primary key autoincrement, Name text); We then execute the command...
Page 1 of 1 (2 items)