[Mono-list] Announcing DbLinq 0.20.1

Jonathan Pryor jonpryor at vt.edu
Fri Apr 16 09:01:06 EDT 2010


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!

 - Jon

[0] http://code.google.com/p/dblinq2007/
[1] http://www.firebirdsql.org/
[2] http://www.ingres.com/
[3] http://www.mysql.com/
[4] http://www.oracle.com/
[5] http://www.postgresql.org/
[6] http://www.sqlite.org/
[7] http://www.microsoft.com/sqlserver/
[8] http://code.google.com/p/dblinq2007/issues/list



More information about the Mono-list mailing list