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)
June 14th, 2007 at 1:39 am
Here’s a link to the download: http://code.google.com/p/dblinq2007/downloads/list
June 15th, 2007 at 2:21 am
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).
June 15th, 2007 at 4:47 pm
Andrey,
please send me your gmail ID so that I can add you to the project!
-jiri
July 15th, 2007 at 7:14 pm
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.
August 8th, 2007 at 8:23 pm
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!