in

System.Data.SQLite

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

1.0.57.0 Posted

Last post 08-29-2008 8:54 PM by Robert Simpson. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 08-29-2008 8:54 PM

    1.0.57.0 Posted

    • Compiled against 3.6.1 with checkin #3300 resolved, which fixes an Entity Framework bug I was seeing.  I currently have 3 other tickets out on the engine, which are not yet resolved and relate to EF.
    • Fixed decimal types to store and fetch using InvariantCulture.  If you're using decimal datatypes in your database and were affected by the 56 release, please issue an UPDATE <table> SET <column> = REPLACE(<column>, ',', '.');  to fix the decimal separators.  Apologies for not testing that more thoroughly before releasing 56.
    • Too many LINQ fixes to list.  Fixed views so they generate, fixed the LIMIT clause, implemented additional functionality and removed unnecessary code.
    • Fixed foreign key names in the designer so viewing the SQL script on a new unsaved table after renaming it in the properties toolwindow will reflect in the script properly.
    • Fixed the Update and Commit events on SQLiteConnection so they don't require the connection to be opened first.
    • Fixed userdef aggregate functions so they play nice with each other when appearing multiple times in the same statement.
    • Fixed the editing and saving of default values in the table designer.
    • Fixed ForeignKeys schema to support multi-column foreign keys.  Also hacked support for them in the table designer, provided two foreign keys in the designer have the same name and reference the same foreign table and different columns.  Will implement first-class support for this in the next release.

     

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