Sign in
|
Join
|
Help
in
Announcements
SQLite ADO.NET Provider
(Entire Site)
System.Data.SQLite
An open source ADO.NET provider for the SQLite database engine
Home
Forums
System.Data.SQLite
»
SQLite ADO.NET Provider
»
Announcements
»
1.0.56.0 Posted
1.0.56.0 Posted
Last post 08-11-2008 1:04 PM by
Robert Simpson
. 0 replies.
Page 1 of 1 (1 items)
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
08-11-2008 1:04 PM
Robert Simpson
Joined on 08-28-2005
Posts
2,712
1.0.56.0 Posted
Reply
Contact
Fixed a bug in the table designer when designing new tables, wherein you had to save the table first before being able to create indexes and foreign keys.
Tweaks to decimal type handling. The 'decimal' type can't be represented by Int64 or Double (without loss of precision) in SQLite, so we have to fudge it by treating it like a string and converting it back and forth in the provider. Unfortunately backing it to the db as a string causes sorting problems. See
this post
for details on using a custom collation sequence to overcome the sorting issue arising from this patch.
Minor tweaks and bugfixes to the test program and the provider.
More adjustments to make the managed-only version of the provider run and pass all tests on Mono.
LINQ to Entities bits heavily updated and compiled against VS2008 SP1 RTM. SQLite LINQ support is still considered beta.
Page 1 of 1 (1 items)