in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows
All Tags » datatype (RSS)

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • SQLiteDataReader assumes wrong column type for computed column

    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...
    Posted to Bugs (Forum) by bgrainger on 09-28-2007
  • ExecuteScalar in 1.0.45.0 returns all data as text

    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...
    Posted to Bugs (Forum) by bgrainger on 09-26-2007
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems