Sign in
|
Join
|
Help
in
Announcements
ADO.NET 2.0 Provider
(Entire Site)
System.Data.SQLite
An open-source, enhanced version of the SQLite database engine for Windows
Home
Forums
System.Data.SQLite
»
ADO.NET 2.0 Provider
»
Announcements
»
1.0.37.0 Posted
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:
Oldest to newest
Newest to oldest
Previous
Next
11-19-2006 1:26 PM
Robert Simpson
Joined on 08-27-2005
Posts
1,701
1.0.37.0 Posted
Reply
Contact
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)