in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

1.0.37.0 Posted

Last post 11-19-2006 1:26 PM by Robert Simpson. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 11-19-2006 1:26 PM

    1.0.37.0 Posted

    • Added support for CommandBehavior.KeyInfo.  When specified in a query, additional column(s) will be returned describing the key(s) defined for the table(s) selected in the query.  This is optimized when INTEGER PRIMARY KEY is set for the given tables, but does additional work for other kinds of primary keys.
    • Removed the default values from SQLiteDataReader.GetTableSchema(), to better follow Sql Server's pattern and suppress schema errors when loading the records into a dataset/datatable.
    • Allow integers to implicitly convert to double/decimal/single.

     

Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems