Re: AR-JDBC works on Progress/OpenEdge database

  • From: Nick Sieger <nicksieger@gmail.com>
  • To: dev@activerecord-jdbc.kenai.com
  • Subject: Re: AR-JDBC works on Progress/OpenEdge database
  • Date: Thu, 26 Mar 2009 10:41:18 -0400
  • 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 :content-type:content-transfer-encoding; b=kDvSD+fCnF+Ge02oPxg7i6DRKwABlBusDjP2iAc3ywBFjx+PpiQ1nBMTLYAkLGdDQB UOGpQC1jbgiTdqwNpw6+0u0pudAnxqvVzojiUvm6rJYDMREl3pxLpwGzj6/36IJxswzR 2giIztBpcZ+now1nTR+PVuBihoQY0SVPaw7zc=

Hi Yannick,

On Wed, Mar 25, 2009 at 5:19 AM, Yannick Francois <yaf@kantena.com> wrote:
> Hello all,
>
> I just finish little tests on OpenEdge database using JRubyOnRails
> with AR-JDBC adapter. It seems works.
> Is there any test plan or something like that to be sure that adapter
> works ?  I do only select, update and create request, without sub
> request or other lock call...
>
> test occurs on :
> - Windows Vista,
> - OpenEdge 10.1C (with there jdbc driver :
> com.ddtek.jdbc.openedge.OpenEdgeDriver given with classic installation
> of OpenEdge)
> - AR-JDBC 0.9 (taken from git few weeks ago)
> - JRuby 1.2.0RC2
>
> There is some stuff around OpenEdge JDBC Driver usage (table name and
> URL and so on). Like name doesn't say, it's close source software from
> ProgressSoftware : http://www.progress.com). Is those information must
> be appears in wiki ?

As far as testing, we haven't progressed far enough to have a formal
process for verifying a driver, but you can try setting up a testcase
for OpenEdge and including the "simple" tests in it. See any of the
other proprietary database test cases for an example.

require 'jdbc_common'
require 'db/oracle'

class OracleSimpleTest < Test::Unit::TestCase
  include SimpleTestMethods
end

Cheers,
/Nick


AR-JDBC works on Progress/OpenEdge database

Yannick Francois 03/25/2009

Re: AR-JDBC works on Progress/OpenEdge database

Nick Sieger 03/26/2009
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120518.3c65429)
 
 
Close
loading
Please Confirm
Close