DbLinq - first package release

The Linq provider achieved a milestone by getting it’s first package created - by Bryan Livingston (plug). Thanks!

New in this release:
- Migrated to Visual Studio Orcas Beta 1
- new back ends: Linq provider for PostgreSQL and MSSQL
- support for GROUP BY and HAVING clauses
- Linq to Oracle project suspended, as my Oracle machine not alive
- renamed from Linq_MySql to DB_Linq to reflect multiple back ends

Unrelated: How do you deal with a wordpress blog swamped by 3000 spam comments? Unable to use the moderation page, I resorted to a MySql delete statement … Any better ideas? (Update: added an extra field on the submit page to break from the monoculture - monoculture is always easy to infect)

5 Responses to “DbLinq - first package release”

  1. Bryan Livingston Says:

    Here’s a link to the download: http://code.google.com/p/dblinq2007/downloads/list

  2. Andrey Shchekin Says:

    Could you please add me to the contributors? I am going to occasionally use MySqlMetal in my current project, so I will have to fix/add any functionality that I would need for it to work the same way as SqlMetal (I am mostly interested in sprocs option).

  3. discuss Says:

    Andrey,
    please send me your gmail ID so that I can add you to the project!
    -jiri

  4. maxtoroq Says:

    Hi, can you please provide binaries? also, if you have any references about how to build a provider, I would like to help but don’t know the basics yet.

  5. Phil Strong Says:

    Desperately trying to use Linq to MySql. Need to be able to build DBLinq.Linq but can’t because I’m missing a dll that defines TableAttribute and AssociationAttribute which looks to be from XPO. Help? In truth I need binaries. I’ve built my class file from my database and am ready to rock!

Leave a Reply