From dev-return-11866-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu May 14 13:46:36 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 45416 invoked from network); 14 May 2009 13:46:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 May 2009 13:46:36 -0000 Received: (qmail 56751 invoked by uid 500); 14 May 2009 13:46:34 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 56705 invoked by uid 500); 14 May 2009 13:46:34 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 56663 invoked by uid 99); 14 May 2009 13:46:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 13:46:34 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kwsutter@gmail.com designates 74.125.46.30 as permitted sender) Received: from [74.125.46.30] (HELO yw-out-2324.google.com) (74.125.46.30) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 13:46:25 +0000 Received: by yw-out-2324.google.com with SMTP id 3so646118ywj.63 for ; Thu, 14 May 2009 06:46:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=91/79D5AZisoo+glbxvwfuVYcvikB5ARVyEQpxieWzI=; b=dDhTsTYWfT6YSLLK4v6zJIo0XnRDztlkwKlR9U3p00Spl3hsPIw13qsinslHEJLD7d 12QACAC/rSdaLYy6dJCDjItO1WgHXWYGDQLIX51rcAMItjhXffp/nQzKU7hYAIBTz4g4 AhIdhXxKvbTje9pz1NoNGuoQoNYbtHObj9nQU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=SRj2TWmx+kwgrfPPMvFMS18PRv6mVNBUjafZeJ+dnNybLaBbrDqmAb14klHw9dywDb mrvu0+MMNe66fS46pFlqE1EuwnbZYQxQHji/A/1L9mhlTCGqdAyYWnLXNh2l/oAAQAc4 ou+iSo5Kor0SSH6iTRv1cithDgRk+ndKUlWak= MIME-Version: 1.0 Received: by 10.150.154.16 with SMTP id b16mr3716478ybe.11.1242308764025; Thu, 14 May 2009 06:46:04 -0700 (PDT) In-Reply-To: <20090513231007.6c8d877e@googlemail.com> References: <89c0c52c0905131436m7c00e285oaf8b4ae5627c953b@mail.gmail.com> <20090513231007.6c8d877e@googlemail.com> Date: Thu, 14 May 2009 08:46:03 -0500 Message-ID: <89c0c52c0905140646m2ac9d6b0s678d1a1ecaaf72a2@mail.gmail.com> Subject: Re: Database support From: Kevin Sutter To: users@openjpa.apache.org Cc: dev@openjpa.apache.org Content-Type: multipart/alternative; boundary=000e0cd5162894c4ce0469df8c10 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd5162894c4ce0469df8c10 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi David, On Wed, May 13, 2009 at 5:10 PM, David Beer wrote: > Hi Kevin > > I currently use OpenJPA with the H2 database for my embeded programs, > and will be considering MySQL for larger scale programs. I think that > the more database vendors or suppliers we can get links with the > better for both sides. I am happily using H2 with OpenJPA but there > were some features I had to ask about and how to work with OenJPA. > > So my point is that we need a way of getting committers or users from > both sides to help so we need a way of maybe certifying a database > version. It sounds like we're on the same page. The tricky part is signing up this help and support from these database vendors and users groups. Maybe I should just post to these vendor's user forums and ask for some support. Just go phishing... :-) Kevin > > > Jut my thoughts. > > David > > On Wed, 13 May 2009 16:36:53 -0500 Kevin Sutter > wrote: > > > Hi, > > I'm trolling... I'm looking for ideas on how we can better integrate > > with the various database vendors. Many of us committers have our > > own "favorite" databases due to our employers' needs. But, what > > about the MySQL, or Postgres, or SQL Server, or pick your favorite > > databases? I know we have had some interest from these database > > vendors on our users and dev forums, but I'm looking for ways to get > > these vendors more involved. When they produce a new version of > > their database, it would be great to announce OpenJPA support. And, > > if they have new features to take advantage of, that would be even > > better. > > > > Everybody's development and tests teams are limited. I understand > > that. But, I'm looking for ideas on how we can work together to > > accomplish this task. I'm going to cross post on both users and dev > > forums to see if there any lurkers that might have some ideas. > > > > Just to provide a real world example... I was just pinged about MS > > SQL Server 2008 support. Our OpenJPA manual only documents SQL > > Server 2005 support. I don't have experience with SQL Server. So, > > it made me think how we could improve this aspect of our OpenJPA > > database support. > > > > Any thoughts? > > > > Kevin > > --000e0cd5162894c4ce0469df8c10--