in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

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: Previous Next
  • 08-11-2008 1:04 PM

    1.0.56.0 Posted

    • 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)
Powered by Community Server (Commercial Edition), by Telligent Systems