This is perl, v5.8.0 built for i686-linux

All tests successful, 8 tests skipped

DBD::ODBC 1.06 still passes its test suite to MS SQL Server.

Tim, BTW, I have a sticky saying DBI RELEASE CANDIDATE on my screen this time
:-)

[EMAIL PROTECTED] DBI-1.40]$ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01basics.............ok                                                    
t/02dbidrv.............ok                                                    
t/03handle.............ok                                                    
t/04mods...............ok                                                    
t/05thrclone...........skipped
        all skipped: this perl 5.008 not configured to support iThreads
t/06attrs..............ok                                                    
t/07kids...............ok                                                    
t/08keeperr............ok                                                    
t/10examp..............ok                                                    
t/15array..............ok                                                    
t/20meta...............ok                                                    
t/30subclass...........ok           
t/40profile............ok                                                    
t/41prof_dump..........ok                                                    
t/42prof_data..........ok                                                    
t/60preparse...........ok                                                    
t/80proxy..............ok                                                    
t/zz_01basics_pp.......         Using DBI::PurePerl (DBI_PUREPERL=2)
t/zz_01basics_pp.......ok                                                    
t/zz_02dbidrv_pp.......ok                                                    
t/zz_03handle_pp.......ok                                                    
t/zz_04mods_pp.........ok                                                    
t/zz_05thrclone_pp.....skipped
        all skipped: this perl 5.008 not configured to support iThreads
t/zz_06attrs_pp........ok                                                    
t/zz_07kids_pp.........skipped
        all skipped: $h->{Kids} attribute not supported for DBI::PurePerl
t/zz_08keeperr_pp......ok                                                    
t/zz_10examp_pp........ok 38/245 Taint mode switching tests skipped          
t/zz_10examp_pp........ok                                                    
t/zz_15array_pp........ok                                                    
t/zz_20meta_pp.........ok  
t/zz_30subclass_pp.....ok                                                    
t/zz_40profile_pp......skipped
        all skipped: profiling not supported for DBI::PurePerl
t/zz_41prof_dump_pp....skipped
        all skipped: profiling not supported for DBI::PurePerl
t/zz_42prof_data_pp....skipped
        all skipped: profiling not supported for DBI::PurePerl
t/zz_60preparse_pp.....skipped
        all skipped: preparse not supported for DBI::PurePerl
t/zz_80proxy_pp........skipped
        all skipped: DBD::Proxy currently has a problem under DBI::PurePerl
All tests successful, 8 tests skipped.
Files=34, Tests=1368, 20 wallclock secs (15.89 cusr +  1.23 csys = 17.12 CPU)

Martin
-- 
Martin J. Evans
Easysoft Ltd, UK
Development




On 08-Jan-2004 Tim Bunce wrote:
>   http://homepage.eircom.net/~timbunce/DBI-1.40-rc1-20040107.tar.gz
> 
> I'd appreciate some testing on a variety of platforms, perls and drivers.
> Thanks.
> 
> Tim.
> 
> =head2 Changes in DBI 1.40,    7th January 2004
> 
>   Fixed handling of CachedKids when DESTROYing threaded handles.
>   Fixed sql_user_name() in DBI::DBD::Metadata (used by write_getinfo_pm)
>     to use $dbh->{Username}. Driver authors please update your code.
> 
>   Changed connect_cached() when running under Apache::DBI
>     to route calls to Apache::DBI::connect().
> 
>   Added CLONE() to DBD::Sponge and DBD::ExampleP.
>   Added warning when starting a new thread about any loaded driver
>     which does not have a CLONE() function.
>   Added new prepare_cache($sql, \%attr, 3) option to manage Active handles.
>   Added SCALE and NULLABLE support to DBD::Sponge.
>   Added missing execute() in fetchall_hashref docs thanks to Iain Truskett.
>   Added a CONTRIBUTING section to the docs with notes on creating patches.
> 
> =cut

Reply via email to