Wednesday, April 21, 2010

Announcing DbLinq 0.20.1

The DbLinq[0] team is proud to announce the release of DbLinq 0.20.1, following the DbLinq 0.20 release from last week.

DbLinq is a reimplementation of System.Data.Linq.dll for use with SQL servers in addition to Microsoft SQL Server.  Support is provided for:

     * Firebird [1]
     * Ingres [2]
     * MySQL [3]
     * Oracle [4]
     * PostgreSQL [5]
     * SQLite [6]
     * SQL Server [7]

Note that not all servers are supported equally: some tests will pass under some database backends while failing under others.  I maintain the SQLite and SQL Server backends, while the community handles the others.

This is a minor update to address some DBML validation deficiencies found in the 0.20 release.  Fixes include [8]:

     * 233: Fix IOE in Processor.ValidateAssociations()
     * 234: Fix NRE when looking up DataContext base class name.
     * 235: Support <Association/>s with empty @Storage and @Member.
     * 237: Empty //Table/@Name strings are not valid table names.

Enjoy!

Read more: Mono-list
Official site: DbLinq

Posted via email from jasper22's posterous