DBD-pNET

 view release on metacpan or  search on metacpan

README.ingres  view on Meta::CPAN

Some note on testing with Ingres
================================

Remember to set up the environment variable II_SYSTEM before starting
pNETagent.

        setenv II_SYSTEM  /usr/local/db

Settings for the client:

        setenv DBI_DSN    DBI:Ingres:test
        setenv DBI_USER   dau
        setenv DBI_PASS   *secret*
        setenv II_HOST    foo.bar.com

I did not adapt most of the non-DBI calls. In fact I only wrote the
ListTables stuff. Therefore the "advanced" tests will fail.

Expect the test output to look like:

% make test
PERL_DL_NONLAZY=1 /usr/local/perl-5.004_02/bin/perl -I./blib/arch -I./blib/lib -I/usr/local/perl-5.004_02/lib/sun4-solaris/5.00402 -I/usr/local/perl-5.004_02/lib -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00base............ok
t/10dsnlist.........skipping test on this platform



( run in 0.452 second using v1.01-cache-2.11-cpan-3989ada0592 )